summaryrefslogtreecommitdiff
path: root/core/lexer.c
AgeCommit message (Expand)Author
47 hourscore: lexer: Add operational tokensIan Moffett
47 hourscore: lexer: Fix up putback pop in consumption functionIan Moffett
47 hourscore: lexer: Add token for ':' byteIan Moffett
47 hourscore: lexer: Add unsigned type tokensIan Moffett
47 hourscore: lexer: Add preprocessor tokensIan Moffett
2 dayscore: lexer: Return -1 on bad identChloe M.
2 dayscore: lexer: Add token for 'return' keywordChloe M.
2 dayscore: lexer: Add arrow tokenChloe M.
2 dayscore: lexer: Add comment skippingChloe M.
2 dayscore: lexer: Fix up whitespace skippingChloe M.
2 dayscore: lexer: Add keyword tokensChloe M.
2 dayslexer: Add scanning of identifiersChloe M.
2 dayscore: Add missing copyright headersChloe M.
2 dayscore: Add lexer + parser groundworkIan Moffett