Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | Add FlowGraph | Roland Reichwein | |
2020-10-18 | Namespace Asm | Roland Reichwein | |
2020-10-18 | Implemented optimize() | Roland Reichwein | |
2020-10-18 | Implemented insertAddresses() | Roland Reichwein | |
2020-10-18 | Added xor, mov, jmp | Roland Reichwein | |
2020-10-17 | Add add | Roland Reichwein | |
2020-10-17 | Handle Labels and Data | Roland Reichwein | |
2020-10-17 | Add ret and int | Roland Reichwein | |
2020-10-17 | Separate-out assembler | Roland Reichwein | |
2020-10-15 | Add Segment structure | Roland Reichwein | |
2020-10-14 | Registration of instructions, parameterized by argument types | Roland Reichwein | |
2020-10-13 | New Ops implementation for assembler | Roland Reichwein | |
2020-10-11 | Added COFF, Intel ASM | Roland Reichwein | |
2020-10-10 | Uncommitted changes | Roland Reichwein | |
2020-07-19 | Fix extension name | Roland Reichwein | |
2020-07-19 | Fix line ending | Roland Reichwein | |
2020-03-31 | Optimization: Replace head recursion by tail recursion in matching | Roland Reichwein | |
2020-03-31 | Remove redundant code | Roland Reichwein | |
2020-03-31 | Optimize start lookup | Roland Reichwein | |
2020-03-30 | Speed up compile | Roland Reichwein | |
2020-03-29 | Fix compiler structure | Roland Reichwein | |
2020-03-29 | Update to clang++-10 and g++-9 | Roland Reichwein | |
2020-03-29 | mcc produces first dummy executable | Roland Reichwein | |
2020-03-29 | Add CLI | Roland Reichwein | |
2020-03-29 | Code and data segment | Roland Reichwein | |
2020-03-29 | Fix ELF | Roland Reichwein | |
2020-03-29 | Add dependency handling | Roland Reichwein | |
2020-03-28 | Add ELF handling (WIP) | Roland Reichwein | |
2020-03-28 | Prepare ELF file format implementation | Roland Reichwein | |
2020-03-27 | Fixes | 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 | BNF match (WIP: return nodes) | 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 | |