summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-21Added Gram::Compiler to CPP (WIP)Roland Reichwein
2020-03-21Add lexer to CPPRoland Reichwein
2020-03-16Fixed lexerRoland Reichwein
2020-03-15Fix lex errorRoland Reichwein
2020-03-15New lexerRoland Reichwein
2020-03-14Remove dfa againRoland Reichwein
2020-03-14Prepare DFARoland 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-16Translation phase 3: preprocessing tokens (WIP)Roland Reichwein
2020-02-16Add translation phases stubsRoland Reichwein
2020-02-16clang++-9, integrate cppbnfRoland Reichwein
2020-02-16Fix testRoland Reichwein
2020-02-15TestsRoland 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-02-04C++20 grammarRoland 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-22Using namespace for disambiguationRoland Reichwein
2020-01-21Separate to cpp filesRoland Reichwein
2020-01-19Prepared compilerRoland Reichwein
2020-01-19Added LocationsRoland Reichwein
2020-01-19Remove candidate handlingRoland Reichwein
2020-01-19First working lexerRoland Reichwein
2020-01-18Fix lex bnfRoland Reichwein