summaryrefslogtreecommitdiffhomepage
path: root/bnf.h
AgeCommit message (Collapse)Author
2020-03-31Optimization: Replace head recursion by tail recursion in matchingRoland Reichwein
2020-03-31Optimize start lookupRoland Reichwein
2020-03-30Speed up compileRoland Reichwein
2020-03-28Add ELF handling (WIP)Roland Reichwein
2020-03-15New lexerRoland Reichwein
2020-03-14Remove dfa againRoland Reichwein
2020-03-01Vector invalidation fixRoland Reichwein
2020-02-16clang++-9, integrate cppbnfRoland Reichwein
2020-01-25Refactor, fix missing filesRoland Reichwein
2020-01-23Added grammerRoland Reichwein
2020-01-21Separate to cpp filesRoland Reichwein