summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
5 hoursparser: Use 'res' instead of 'tok' indirectionChloe M.
32 hourscore: symbol: Add symbol managementIan Moffett
35 hourscore: parser: Remove debug linesChloe M.
35 hourscore: parser: Add initial preprocessing stubsChloe M.
35 hourscore: tokbuf: Fix up token bufferChloe M.
36 hourscore: state: Ensure compiler FSM to zeroedChloe M.
43 hourscore: tokbuf: Dynamically expand token bufferIan Moffett
44 hourscore: parser: Add parser-side nom functionChloe M.
44 hourscore: tokbuf: Fix buffer overflowChloe M.
45 hourscore: lexer: Add operational tokensIan Moffett
45 hourscore: lexer: Fix up putback pop in consumption functionIan Moffett
46 hourscore: lexer: Add token for ':' byteIan Moffett
46 hourscore: lexer: Add unsigned type tokensIan Moffett
46 hourscore: lexer: Add preprocessor tokensIan Moffett
46 hourscore: lexer: Return -1 on bad identChloe M.
46 hourscore: lexer: Add token for 'return' keywordChloe M.
46 hourscore: lexer: Add arrow tokenChloe M.
46 hourscore: lexer: Add comment skippingChloe M.
46 hourscore: lexer: Fix up whitespace skippingChloe M.
46 hourscore: lexer: Add keyword tokensChloe M.
47 hourscore: state: Keep track of current passChloe M.
48 hourslexer: Add scanning of identifiersChloe M.
48 hourscore: ptrbox: Return allocated entryChloe M.
2 dayscore: Add pointer box / RAII implIan Moffett
2 dayscore: Add missing copyright headersChloe M.
2 dayscore: Add token bufferChloe M.
2 dayscore: Add lexer + parser groundworkIan Moffett
2 dayscore: Add logging helpersIan Moffett
2 daysinitial commitIan Moffett