aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cc/cc.c
AgeCommit message (Expand)Author
2021-11-12chore: simplified organizational structurelaptopNicholas
2021-09-23feat: improved interface of map macroNicholas Noll
2020-06-06small changes to exposure of allocation functionsNicholas Noll
2020-05-30fix: many use before initialization bugsNicholas Noll
2020-05-30bug: temporary removal of musl lib to isolate malloc bugNicholas Noll
2020-05-30many bug fixesNicholas Noll
2020-05-29feat: cc parser prototype finishedNicholas Noll
2020-05-29switch types to be integers into the main databaseNicholas Noll
2020-05-29checkin: before fix of stale type pointer bugNicholas Noll
2020-05-25deprecated old python generation filesNicholas Noll
2020-05-24feat: added prototype of type infoNicholas Noll
2020-05-24contin: in the middle of reorganizing the declaration parsing. check-in befor...Nicholas Noll
2020-05-22fix: calling signature of popioNicholas Noll
2020-05-22fix: encapsulated the IO stack into the lexerNicholas Noll
2020-05-21feat: prototype of ast stmt and decl implementationsNicholas Noll
2020-05-20feat: prototype of ASTNicholas Noll
2020-05-20small renamingNicholas Noll
2020-05-20fix: truncate infinite recursion caused by self referential macrosNicholas Noll
2020-05-20fix: made rune constants unsigned for implicit castingNicholas Noll
2020-05-19fix: macro expansion works! also fixed issue with iopopNicholas Noll
2020-05-19fix: arguments now hold their state correctly throughout macro parsingNicholas Noll
2020-05-19checkin: found a large bug associated to ident resetting the buffer vectorNicholas Noll
2020-05-19fix: many bug fixes to number parsingNicholas Noll
2020-05-18fix: line accounting is less buggyNicholas Noll
2020-05-18feat: macro expansion and constant evaluation prototypeNicholas Noll
2020-05-17fix: bugs associated to map reallocatingNicholas Noll
2020-05-17prototype of front end cliNicholas Noll
2020-05-16feat: added directory for command line toolsNicholas Noll