summaryrefslogtreecommitdiff
path: root/miniany/cc.wg
AgeCommit message (Collapse)Author
2024-01-14updated todos and documentationAndreas Baumann
2022-05-13fixed main documentationAndreas Baumann
2022-05-05notes about short-citcuting logic in boolean expressionAndreas Baumann
small bugfixes in documentation
2021-10-30cc: some proper checking of return types and some primitive check for ↵Andreas Baumann
missing or superflous return statements
2021-10-29cc:Andreas Baumann
- some work on function calls (with default EAX return and no params), also added a return statement - fix code generator for division (case when EDX is the operand resulting in endless loops)
2021-10-13cc: some support for putchar and char store/loadAndreas Baumann
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: rearanged for a pseudo-mainAndreas Baumann
2021-09-30fixed HTML generation for <code> tagsAndreas Baumann
2021-09-30README is markdown export of cc.wg now, Wordgrinder file is the masterAndreas Baumann
2021-09-30some Wordgrinder dokuAndreas Baumann