Skip to content

Commit eaa939f

Browse files
committed
Update Dyck grammar
1 parent 778e87b commit eaa939f

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

examples/grammar/experiments/dyck.txt

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
S; S A C E D B A G; a b
1+
S; S A B C D; a b
2+
S-> A B
23
S-> A C
3-
C-> b
4-
C-> E C
5-
E-> B A
6-
D-> E C
7-
C-> G D
8-
G-> A C
94
A-> a
105
B-> b
11-
D-> b
6+
C-> S D
7+
D-> B S

0 commit comments

Comments
 (0)