summaryrefslogtreecommitdiff
path: root/miniany/test1.c
AgeCommit message (Expand)Author
2024-01-14updated todos and documentationAndreas Baumann
2021-10-30cc: some proper checking of return types and some primitive check for missing...Andreas Baumann
2021-10-29cc:Andreas Baumann
2021-10-13cc: some support for putchar and char store/loadAndreas Baumann
2021-10-10cc: work on int, char typesAndreas Baumann
2021-09-30cc: rearanged for a pseudo-mainAndreas Baumann
2021-09-30cc: added do whileAndreas Baumann
2021-09-30cc: added while loopsAndreas Baumann
2021-09-29cc: work on a working ifAndreas Baumann
2021-09-27cc: added boolean expressionsAndreas Baumann
2021-09-26cc: cleanup putint and also zeroing print bufferAndreas Baumann
2021-09-26cc:Andreas Baumann
2021-09-24cc: about to emulate a printint build-in keyword (for now just prints a string)Andreas Baumann
2021-09-23ccAndreas Baumann
2021-08-30implemented simplistic register spillingAndreas Baumann
2021-08-20cc: simple global scope and duplicate global detectionAndreas Baumann
2021-08-15added NULL and EOF (-1 as emum initialized in c4)Andreas Baumann