aboutsummaryrefslogtreecommitdiff
path: root/src/lexer.h
Commit message (Expand)AuthorAgeFilesLines
* Do some more work to support modulus and parenthesisThomas Voss 2024-06-281-6/+1
* Support ‘…’ and ‘...’ in initializersThomas Voss 2024-06-241-0/+4
* Rename lots of things to make my life easierThomas Voss 2024-06-221-9/+9
* Add missing common.h includes and formatting fixesThomas Voss 2024-06-141-1/+3
* Assert that we don’t have too many tokensThomas Voss 2024-06-111-0/+5
* Remove ‘soa’ from lots of identifiersThomas Voss 2024-06-111-3/+3
* Be consistent with the *_t_ suffix for typedefsThomas Voss 2024-06-111-3/+3
* Add basic LLVM codegenThomas Voss 2024-06-111-0/+1
* Lex number literalsThomas Voss 2024-06-111-0/+1
* FormattingThomas Voss 2024-06-111-18/+18
* Switch to an SOA for lexemesThomas Voss 2024-06-081-5/+13
* Sort lexeme kindsThomas Voss 2024-06-081-7/+6
* Do some lexer workThomas Voss 2024-06-081-1/+25
* Genesis commitThomas Voss 2024-06-081-0/+21