Changed regex to reference count internal structure instead of cloning because it too way too long. Added terminal decorators to grammer and lexer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# comment
|
||||
a = b ;
|
||||
b = "c" ;
|
||||
b = c "d" ;
|
||||
b = "c":named_c ;
|
||||
b = c "d":dname ;
|
||||
c = "a" | d ;
|
||||
d = "has space" ;
|
||||
d = "has
|
||||
|
||||
Reference in New Issue
Block a user