summaryrefslogtreecommitdiffhomepage
path: root/grammer.cpp
AgeCommit message (Expand)Author
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-29Fix compiler structureRoland Reichwein
2020-03-29mcc produces first dummy executableRoland Reichwein
2020-03-27FixesRoland 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-23BNF match (WIP: return nodes)Roland Reichwein
2020-03-23Helper functions for grammerRoland Reichwein
2020-03-21C++ grammer (WIP)Roland Reichwein
2020-03-14Remove dfa againRoland Reichwein
2020-03-01Vector invalidation fixRoland Reichwein
2020-02-20Grammar applied to lex (WIP)Roland Reichwein
2020-02-19Fix invalid reference bugRoland Reichwein
2020-02-16Try to match lex grammar (WIP)Roland Reichwein
2020-02-16clang++-9, integrate cppbnfRoland Reichwein
2020-02-15Fix compile error caseRoland Reichwein
2020-02-15First compile of statement listRoland Reichwein
2020-02-15BugfixingRoland Reichwein
2020-02-15Debug codeRoland Reichwein
2020-02-14BugfixRoland Reichwein
2020-02-14Debug codeRoland Reichwein
2020-02-12DebugRoland Reichwein
2020-02-11Debug codeRoland Reichwein
2020-02-09Fix compile error (WIP)Roland Reichwein
2020-02-09BugfixingRoland Reichwein
2020-02-08Fix syntax errorsRoland Reichwein
2020-02-08Minor fixesRoland Reichwein
2020-02-06Fixed classRoland Reichwein
2020-02-05Fix GetPathRoland Reichwein
2020-02-04Add traversingRoland Reichwein
2020-01-30Fix alternatives handlingRoland Reichwein
2020-01-29New algoRoland Reichwein
2020-01-25Refactor, fix missing filesRoland Reichwein
2020-01-25Minor fixesRoland Reichwein
2020-01-23Added grammerRoland Reichwein
2020-01-22Namespace GramRoland Reichwein
2020-01-21Separate to cpp filesRoland Reichwein