summaryrefslogtreecommitdiff
path: root/miniany/REQUIREMENTS
AgeCommit message (Collapse)Author
2021-10-10added documenation from REQUIREMENTS to cc.wg (README.html)Andreas Baumann
added a TODO file added an automatic build file with entr
2021-10-01c4: added strl* functionsAndreas Baumann
cc: started peudo function parsing, currently for void main() only some philosophical thinking and testing around forward function declarations
2021-09-30cc: added do whileAndreas Baumann
2021-09-29cc: work on a working ifAndreas Baumann
2021-09-27cc: added boolean expressionsAndreas Baumann
2021-09-24cc: about to emulate a printint build-in keyword (for now just prints a string)Andreas Baumann
2021-09-23ccAndreas Baumann
- proper Pratt parsing of expressions - fixed some register saving around divs and muls
2021-09-06c4 is freestanding nowAndreas Baumann
2021-08-30implemented simplistic register spillingAndreas Baumann
first working binary produced with cc/fasm and run on emul
2021-08-25some work on cc generating the code with ASTAndreas Baumann
2021-08-20c4: fixed compiler warnings and using old style block commentsAndreas Baumann
2021-08-19added symbol struct and memory managementAndreas Baumann
2021-08-19c4: use casesAndreas Baumann
2021-08-13cc: some work on the scanner, expression parserAndreas Baumann
2021-08-05added quite some links around c4Andreas Baumann
2021-07-18another test with c4 and a minic compilerAndreas Baumann