index
:
minicc.git
master
Minimal Incomplete Compiler Collection
mail@reichwein.it
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
cpp.cpp
Age
Commit message (
Collapse
)
Author
2020-11-24
Implement Shift Left (WIP)
Roland Reichwein
2020-11-23
Add Subtract, generalized binary operations
Roland Reichwein
2020-11-22
Generalize Add / Mul, Integer promotion, tests
Roland Reichwein
2020-11-21
Support gcc 10 and clang 11
Roland Reichwein
2020-11-17
Complete hierarchical evaluation (unittest and systemtest fixed)
Roland Reichwein
2020-11-15
Fixed unit tests, prepared hierarchical evaluation via stack (WIP)
Roland Reichwein
2020-11-15
Simplify Asm construction
Roland Reichwein
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