Improved the lexer to be functionally equlivant to the C++ version and ported the tests, commented out the dot generation from Import as it was slowing things down significantly.

This commit is contained in:
Nathan Braswell
2015-06-29 01:03:51 -04:00
parent b81abee459
commit 91f801d14f
5 changed files with 90 additions and 12 deletions

View File

@@ -1,2 +1,22 @@
a+: aaaa true
test: test true
old contributed tests
b: b true
b: b true
$EOF$: no_value true
a*: aaa true
b: b true
a*: aa true
b: b true
b: b true
$EOF$: no_value true
a|b: b true
$INVALID$: no_value true
xyzzy: xyzzy true
$EOF$: no_value true
(i|n|t|e)+: intent true
$EOF$: no_value true