Commit graph

6 commits

Author SHA1 Message Date
Max Brunsfeld
5b0e12ea33 Move code into cli directory 2019-01-04 16:50:52 -08:00
Max Brunsfeld
d845b81ee9 Represent nfa transitions as structs with named fields, not tuples 2019-01-04 09:42:06 -08:00
Max Brunsfeld
70f00d1a1e Give immediate tokens higher implicit precedence than other tokens 2019-01-03 13:49:37 -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
a46b8fcb46 Implement parse state merging 2019-01-01 13:47:29 -08:00
Renamed from src/build_tables/token_conflict_map.rs (Browse further)