summaryrefslogtreecommitdiff
path: root/bootstrap/ident.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-15bootstrap: Parsing of gotoSamuel Lidén Borell1-0/+33
2020-12-06bootstrap: Rename StmtBlock to BlockSamuel Lidén Borell1-3/+3
2020-10-04bootstrap: Basic C translation of statements and expressionsSamuel Lidén Borell1-0/+1
2020-10-03bootstrap: Check for memory allocation failureSamuel Lidén Borell1-0/+1
2020-09-27bootstrap: Parsing of local variable declarationsSamuel Lidén Borell1-61/+57
2020-09-24bootstrap: C code generator stubSamuel Lidén Borell1-0/+5
2020-09-23bootstrap: Implement parsing of named and builtin typesSamuel Lidén Borell1-0/+1
2020-09-22bootstrap: Add basic identifier handlingSamuel Lidén Borell1-1/+153
2020-09-14bootstrap: Refactor type flags into a bitfieldSamuel Lidén Borell1-2/+2
2020-09-13Initial commitSamuel Lidén Borell1-0/+66