summaryrefslogtreecommitdiffhomepage
path: root/grammer.h
AgeCommit message (Expand)Author
2020-11-21Support gcc 10 and clang 11Roland Reichwein
2020-11-06Prepare Token/Node handlingRoland Reichwein
2020-10-31CPP::translate() (WIP), documentation, bugfixingRoland Reichwein
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-27Top-down algo recognizes first C*+ programRoland Reichwein
2020-03-26Prepared new Node Tree (WIP)Roland Reichwein
2020-03-26Remove old bottom-up algorithmRoland Reichwein
2020-03-23Helper functions for grammerRoland Reichwein
2020-03-14Remove dfa againRoland Reichwein
2020-03-01Vector invalidation fixRoland Reichwein
2020-02-20Grammar applied to lex (WIP)Roland Reichwein
2020-02-15Fix compile error caseRoland Reichwein
2020-02-09Fix compile error (WIP)Roland Reichwein
2020-02-06Fixed classRoland Reichwein
2020-01-30Fix alternatives handlingRoland Reichwein
2020-01-29New algoRoland Reichwein
2020-01-23Added grammerRoland Reichwein
2020-01-22Namespace GramRoland Reichwein
2020-01-21Separate to cpp filesRoland Reichwein