some tests failing because things have been made reference in vector, but grammer actually generates the state set for the real grammer in 2 minutes or so after a day of profiling and bugfixing, so this is gonna be committed.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# comment
|
||||
a = b ;
|
||||
Goal = a ;
|
||||
a = b | rec ;
|
||||
b = "c":named_c ;
|
||||
b = c "d":dname ;
|
||||
c = "a" | d ;
|
||||
@@ -9,3 +10,4 @@ e = f | ;
|
||||
f = ;
|
||||
post_null = "hi" ;
|
||||
post_non_null = "bye" ;
|
||||
rec = "hmm" rec | ;
|
||||
|
||||
Reference in New Issue
Block a user