Commit graph

11 commits

Author SHA1 Message Date
Max Brunsfeld
5b0e12ea33 Move code into cli directory 2019-01-04 16:50:52 -08:00
Max Brunsfeld
3a727af264 Add flag for logging the item set associated with a certain parse state 2019-01-04 15:26:48 -08:00
Max Brunsfeld
ba96e4961b Simplify error handling, finish up LR conflict message generation 2019-01-04 12:42:45 -08:00
Max Brunsfeld
70aa4c2b2d Add a --no-minimize flag to suppress table minimization for debugging 2019-01-04 09:11:44 -08:00
Max Brunsfeld
3fbaff5e69 Fix various logic errors in parse table construction 2019-01-02 16:48:44 -08:00
Max Brunsfeld
9824ebbbc3 Implement lex table construction 2019-01-02 16:14:36 -08:00
Max Brunsfeld
a3dcfa0a52 Implement more of parse table generation 2018-12-20 13:36:39 -08:00
Max Brunsfeld
889f232b4c Implement variable inlining 2018-12-18 16:05:36 -08:00
Max Brunsfeld
d482894c7d Implement expand_tokens 2018-12-08 23:35:48 -08:00
Max Brunsfeld
ead6ca1738 Generate NFAs from regexes 2018-12-08 13:44:11 -08:00
Max Brunsfeld
a4c4b85a16 Initial commit 2018-12-05 16:19:21 -08:00