summaryrefslogtreecommitdiff
path: root/BJC-Utils2/tags
AgeCommit message (Collapse)Author
2017-07-23Fix line numbers for blocksBenjamin J. Culkin
SimpleBlockReader now properly gives line numbers
2017-03-27Updatebculkin2442
2017-03-11Stack workbculkin2442
There are now multiple kinds of stacks, with Stack being abstract and SimpleStack being the basic implementation. QueueStack is a stack that's actually a queue. SpaghettiStack is a stack that has a parent it can access.
2017-03-06Stack classbculkin2442
Added a stack with basic combinators
2017-02-09Updatebculkin2442
2017-02-05Grammar optimizationbculkin2442
Grammars now only consider things in []'s as rule references
2016-11-10Doc updatesbculkin2442