summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
4 hoursparser: Add initial preprocessing macro parsingmainChloe M.
4 hoursparser: Use 'res' instead of 'tok' indirectionChloe M.
31 hourscore: symbol: Add symbol managementIan Moffett
34 hourscore: parser: Remove debug linesChloe M.
34 hourscore: parser: Add initial preprocessing stubsChloe M.
34 hourscore: tokbuf: Fix up token bufferChloe M.
35 hourscore: state: Ensure compiler FSM to zeroedChloe M.
42 hourscore: tokbuf: Dynamically expand token bufferIan Moffett
43 hourscore: parser: Add parser-side nom functionChloe M.
43 hourscore: tokbuf: Fix buffer overflowChloe M.
44 hourscore: lexer: Add operational tokensIan Moffett
44 hourscore: lexer: Fix up putback pop in consumption functionIan Moffett
44 hourscore: lexer: Add token for ':' byteIan Moffett
44 hourscore: lexer: Add unsigned type tokensIan Moffett
44 hourscore: lexer: Add preprocessor tokensIan Moffett
45 hourscore: lexer: Return -1 on bad identChloe M.
45 hourscore: lexer: Add token for 'return' keywordChloe M.
45 hourscore: lexer: Add arrow tokenChloe M.
45 hourscore: lexer: Add comment skippingChloe M.
45 hourscore: lexer: Fix up whitespace skippingChloe M.
45 hourscore: lexer: Add keyword tokensChloe M.
46 hourscore: state: Keep track of current passChloe M.
46 hourslexer: Add scanning of identifiersChloe M.
46 hourscore: ptrbox: Return allocated entryChloe M.
47 hourscore: 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