summaryrefslogtreecommitdiff
path: root/miniany/README
AgeCommit message (Collapse)Author
2021-09-30added a Makefile for wordgrinder export and markdown to HMTLAndreas Baumann
2021-09-30README is markdown export of cc.wg now, Wordgrinder file is the masterAndreas Baumann
2021-09-26cc:Andreas Baumann
- fixed zeroing of EDX before division if operating register was EAX - implemented simple itoa in assembly in putint operation
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-20c4: fixed compiler warnings and using old style block commentsAndreas 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-08-01added normal comments to c4Andreas Baumann
2021-07-31fixed read->-1 in c4/c4/cc chainAndreas Baumann
2021-07-18another test with c4 and a minic compilerAndreas Baumann