Age | Commit message (Expand) | Author |
---|---|---|
2020-11-14 | Added system tests | Roland Reichwein |
2020-11-12 | Adjust rules to new bnf | Roland Reichwein |
2020-11-09 | Support multiply (WIP) | Roland Reichwein |
2020-11-09 | Move encode.h|cpp to intel specific | Roland Reichwein |
2020-11-09 | First program: Can add 2 integers and return result via exit code | Roland Reichwein |
2020-11-08 | Prepare encoding and linking | Roland Reichwein |
2020-11-07 | Fill mCPPContext.graph with first node! To be converted to asm | Roland Reichwein |
2020-11-07 | Handle nodes up to expression | Roland Reichwein |
2020-11-07 | Make "add" result | Roland Reichwein |
2020-11-07 | Implemented first expressions (add) | Roland Reichwein |
2020-11-07 | Add node map | Roland Reichwein |
2020-11-06 | Prepare Token/Node handling | Roland Reichwein |
2020-11-01 | translate() translation-unit and declaration (WIP) | Roland Reichwein |
2020-11-01 | Update cppbnf.cpp | Roland Reichwein |
2020-10-31 | CPP::translate() (WIP), documentation, bugfixing | Roland Reichwein |
2020-10-26 | Added ProgramOpts | Roland Reichwein |
2020-10-24 | Minor improvements | Roland Reichwein |
2020-10-10 | Uncommitted changes | Roland Reichwein |
2020-03-30 | Speed up compile | Roland Reichwein |
2020-03-29 | Fix compiler structure | Roland Reichwein |
2020-03-29 | mcc produces first dummy executable | Roland Reichwein |
2020-03-27 | Fixes | Roland Reichwein |
2020-03-27 | Top-down algo recognizes first C*+ program | Roland Reichwein |
2020-03-23 | Helper functions for grammer | Roland Reichwein |
2020-03-21 | C++ grammer (WIP) | Roland Reichwein |
2020-03-21 | Added Gram::Compiler to CPP (WIP) | Roland Reichwein |
2020-03-21 | Add lexer to CPP | Roland Reichwein |
2020-03-15 | New lexer | Roland Reichwein |
2020-03-14 | Prepare DFA | Roland Reichwein |
2020-03-01 | Vector invalidation fix | Roland Reichwein |
2020-02-20 | Grammar applied to lex (WIP) | Roland Reichwein |
2020-02-16 | Try to match lex grammar (WIP) | Roland Reichwein |
2020-02-16 | Translation phase 3: preprocessing tokens (WIP) | Roland Reichwein |
2020-02-16 | Add translation phases stubs | Roland Reichwein |
2020-01-25 | Refactor, fix missing files | Roland Reichwein |