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:
Nathan Braswell
2015-07-08 13:43:06 -04:00
parent f3cdea068e
commit 07e54f67fb
6 changed files with 56 additions and 19 deletions

View File

@@ -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