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.h
Age
Commit message (
Expand
)
Author
2020-11-15
Simplify Asm construction
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
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-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
Top-down algo recognizes first C*+ program
Roland Reichwein
2020-03-21
Add lexer to CPP
Roland Reichwein
2020-03-14
Prepare DFA
Roland Reichwein
2020-02-20
Grammar applied to lex (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