Grammer file parser works great

This commit is contained in:
Nathan Braswell
2015-07-06 12:49:29 -04:00
parent 8e2e356e80
commit 501331e37b
4 changed files with 68 additions and 36 deletions

View File

@@ -3,4 +3,11 @@ a = b ;
b = "c" ;
b = c "d" ;
c = "a" | d ;
d = "hasreturn" ;
d = "has space" ;
d = "has
return" ;
d = "has \"" ;
d = "has
ll\"
\\\"y8\" \\\\" ;
d = "has space" ;