Skip to content

Commit fe546d6

Browse files
author
Anthony Yang
committed
Merge branch 'master' into antlr4-compiler
2 parents a6acdf7 + 6561a0d commit fe546d6

File tree

10 files changed

+276
-207
lines changed

10 files changed

+276
-207
lines changed

code/hello2.hny

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
print "hello"
2-
print "world"
1+
def handler():
2+
print "interrupt"
3+
def thread():
4+
trap handler()
5+
print "hello world"
6+
spawn thread()

manifest

+46-22
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,76 @@
11
charm.c
22
charm.Windows.exe
3+
code/2pc.hny
34
code/2pc1.hny
45
code/2pc2.hny
56
code/BBhoare.hny
6-
code/BBsemadata.hny
7-
code/BBsematest.hny
87
code/BBsema.hny
8+
code/BBsematest.hny
9+
code/BBtest.hny
10+
code/Diners.hny
911
code/DinersAvoid.hny
1012
code/DinersCV.hny
11-
code/DinersSema.hny
12-
code/Diners.hny
13+
code/DinersCV2.hny
14+
code/Peterson.hny
1315
code/PetersonInductive.hny
1416
code/PetersonMethod.hny
15-
code/Peterson.hny
16-
code/RWbusychk.hny
17+
code/RW.hny
18+
code/RWbtest.hny
1719
code/RWbusy.hny
20+
code/RWcheat.hny
1821
code/RWcv.hny
1922
code/RWfair.hny
20-
code/RWlock.hny
21-
code/RWmulti.hny
23+
code/RWhoare.hny
2224
code/RWqtest.hny
2325
code/RWqueue.hny
2426
code/RWsbs.hny
2527
code/RWtest.hny
26-
code/RW.hny
28+
code/Up.hny
2729
code/UpEnter.hny
2830
code/UpLock.hny
29-
code/Up.hny
30-
code/abdtest.hny
3131
code/abd.hny
32-
code/abptest.hny
32+
code/abdtest.hny
3333
code/abp.hny
34+
code/abptest.hny
35+
code/actor.hny
36+
code/actortest.hny
3437
code/atm.hny
3538
code/atomicinc.hny
3639
code/baddblwait.hny
3740
code/bank.hny
38-
code/barriertest.hny
3941
code/barrier.hny
40-
code/bosco2.hny
42+
code/barrier1.hny
43+
code/barriertest.hny
44+
code/barriertest2.hny
4145
code/bosco.hny
46+
code/bosco2.hny
4247
code/boundedbuffer.hny
48+
code/bqueue.hny
49+
code/byzbosco.hny
4350
code/chain.hny
4451
code/clock.hny
52+
code/consensus.hny
4553
code/counter.hny
54+
code/cs.hny
4655
code/csbarebones.hny
4756
code/cslock.hny
4857
code/csonebit.hny
4958
code/cssynch.hny
50-
code/cs.hny
51-
code/dinersfix2.hny
52-
code/dinersfix.hny
5359
code/gpu.hny
60+
code/hanoi.hny
61+
code/hello1.hny
62+
code/hello2.hny
63+
code/hello3.hny
64+
code/hello4.hny
65+
code/hello5.hny
66+
code/hello6.hny
67+
code/hello7.hny
68+
code/hello8.hny
69+
code/hello9.hny
5470
code/hoare.hny
5571
code/hw.hny
56-
code/intsettest.hny
72+
code/ky.hny
73+
code/ky2.hny
5774
code/leader.hny
5875
code/linkedlist.hny
5976
code/lockspec.hny
@@ -63,30 +80,37 @@ code/multitest.hny
6380
code/naiveFlags.hny
6481
code/naiveLock.hny
6582
code/naiveTurn.hny
83+
code/nbqueue.hny
84+
code/nbqueuetest.hny
6685
code/needhamschroeder.hny
67-
code/oo.hny
86+
code/paxos.hny
6887
code/paxos1.hny
6988
code/paxos2.hny
7089
code/prog1.hny
7190
code/prog2.hny
7291
code/qbarrier.hny
73-
code/qsorttest.hny
7492
code/qsort.hny
93+
code/qsorttest.hny
7594
code/qtest1.hny
7695
code/qtest2.hny
7796
code/qtest3.hny
7897
code/qtest4.hny
7998
code/qtestconc.hny
99+
code/qtestpar.hny
80100
code/qtestseq.hny
101+
code/queue.hny
81102
code/queueMS.hny
82103
code/queuebroken.hny
83104
code/queueconc.hny
84105
code/queuedemo.hny
85106
code/queuefix.hny
86107
code/queuelin.hny
108+
code/queueseq.hny
87109
code/queuespec.hny
88-
code/queue.hny
110+
code/register.hny
111+
code/rsmspec.hny
89112
code/setobj.hny
113+
code/setobjtest.hny
90114
code/spinlock.hny
91115
code/stack1.hny
92116
code/stack2.hny
@@ -95,12 +119,12 @@ code/stack4.hny
95119
code/stacktest.hny
96120
code/taslock.hny
97121
code/ticket.hny
122+
code/trap.hny
98123
code/trap2.hny
99124
code/trap3.hny
100125
code/trap4.hny
101126
code/trap5.hny
102127
code/trap6.hny
103-
code/trap.hny
104128
code/triangle.hny
105129
code/xy.hny
106130
harmony

paper/hello.pdf

13.5 KB
Binary file not shown.

paper/hello.pptx

18.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)