Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do some more work to support modulus and parenthesis | Thomas Voss | 2024-06-28 | 1 | -6/+1 |
* | Support ‘…’ and ‘...’ in initializers | Thomas Voss | 2024-06-24 | 1 | -0/+4 |
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 1 | -9/+9 |
* | Add missing common.h includes and formatting fixes | Thomas Voss | 2024-06-14 | 1 | -1/+3 |
* | Assert that we don’t have too many tokens | Thomas Voss | 2024-06-11 | 1 | -0/+5 |
* | Remove ‘soa’ from lots of identifiers | Thomas Voss | 2024-06-11 | 1 | -3/+3 |
* | Be consistent with the *_t_ suffix for typedefs | Thomas Voss | 2024-06-11 | 1 | -3/+3 |
* | Add basic LLVM codegen | Thomas Voss | 2024-06-11 | 1 | -0/+1 |
* | Lex number literals | Thomas Voss | 2024-06-11 | 1 | -0/+1 |
* | Formatting | Thomas Voss | 2024-06-11 | 1 | -18/+18 |
* | Switch to an SOA for lexemes | Thomas Voss | 2024-06-08 | 1 | -5/+13 |
* | Sort lexeme kinds | Thomas Voss | 2024-06-08 | 1 | -7/+6 |
* | Do some lexer work | Thomas Voss | 2024-06-08 | 1 | -1/+25 |
* | Genesis commit | Thomas Voss | 2024-06-08 | 1 | -0/+21 |