Commit Graph

8 Commits

Author SHA1 Message Date
greg fb26293157 More work 2018-03-10 23:06:15 -08:00
greg c0289f238f Starting on macro work 2018-03-10 22:10:13 -08:00
greg 7afb9d47fc Minimal parser that actually does something 2018-03-10 20:26:40 -08:00
greg 2431a074b0 Starting out with minimal BNF
Just to test this idea, I'm going to start out with this simplified
BNF of just literals
2018-03-10 20:17:51 -08:00
greg 3bfd251a68 autoparser framework done 2018-03-10 20:05:27 -08:00
greg a033c82d13 More boilerplate
Note: I need to make this boilerplate situation better
2018-03-10 18:26:26 -08:00
greg c176c1c918 Autoparser - token output 2018-03-10 18:20:19 -08:00
greg aa40b985f3 Experiment to automatically generate parser
Gonna give this a shot, automatically generate a recursive-descent
parser from BNF
2018-03-10 14:04:10 -08:00