Fixed add_children to actually add children correctly and only do the ambiguity at the right time. Still have the looking in map with non-existant key problem, but it is actually parsing nicely.
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# comment
|
||||
Goal = a ;
|
||||
a = b | rec ;
|
||||
a = b | rec "end" ;
|
||||
b = "c":named_c ;
|
||||
b = c "d":dname ;
|
||||
c = "a" | d ;
|
||||
d = e post_null post_non_null inherit_null ;
|
||||
inherit_null = e | post_non_null ;
|
||||
e = ;
|
||||
e = f | ;
|
||||
f = ;
|
||||
post_null = "hi" ;
|
||||
|
||||
Reference in New Issue
Block a user