Age | Commit message (Expand) | Author |
---|---|---|
2020-11-21 | Support gcc 10 and clang 11 | Roland Reichwein |
2020-11-06 | Prepare Token/Node handling | Roland Reichwein |
2020-10-31 | CPP::translate() (WIP), documentation, bugfixing | Roland Reichwein |
2020-03-31 | Optimization: Replace head recursion by tail recursion in matching | Roland Reichwein |
2020-03-31 | Optimize start lookup | Roland Reichwein |
2020-03-30 | Speed up compile | Roland Reichwein |
2020-03-27 | Top-down algo recognizes first C*+ program | Roland Reichwein |
2020-03-26 | Prepared new Node Tree (WIP) | Roland Reichwein |
2020-03-26 | Remove old bottom-up algorithm | Roland Reichwein |
2020-03-23 | Helper functions for grammer | Roland Reichwein |
2020-03-14 | Remove dfa again | Roland Reichwein |
2020-03-01 | Vector invalidation fix | Roland Reichwein |
2020-02-20 | Grammar applied to lex (WIP) | Roland Reichwein |
2020-02-15 | Fix compile error case | Roland Reichwein |
2020-02-09 | Fix compile error (WIP) | Roland Reichwein |
2020-02-06 | Fixed class | Roland Reichwein |
2020-01-30 | Fix alternatives handling | Roland Reichwein |
2020-01-29 | New algo | Roland Reichwein |
2020-01-23 | Added grammer | Roland Reichwein |
2020-01-22 | Namespace Gram | Roland Reichwein |
2020-01-21 | Separate to cpp files | Roland Reichwein |