Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lex number literals | Thomas Voss | 2024-06-11 | 2 | -0/+27 |
* | Use alignof() instead of hardcoding 8 | Thomas Voss | 2024-06-11 | 1 | -1/+1 |
* | Formatting | Thomas Voss | 2024-06-11 | 2 | -34/+22 |
* | Color functions with __attribute__() | Thomas Voss | 2024-06-11 | 2 | -4/+4 |
* | Define GCC-specific macros in make.c | Thomas Voss | 2024-06-11 | 1 | -8/+0 |
* | Slightly simplify code | Thomas Voss | 2024-06-09 | 1 | -10/+8 |
* | Use CHAR_BIT | Thomas Voss | 2024-06-09 | 1 | -1/+3 |
* | Add likely() and unlikely() macros | Thomas Voss | 2024-06-08 | 1 | -5/+13 |
* | Switch to an SOA for lexemes | Thomas Voss | 2024-06-08 | 5 | -67/+190 |
* | Sort lexeme kinds | Thomas Voss | 2024-06-08 | 1 | -7/+6 |
* | Do some lexer work | Thomas Voss | 2024-06-08 | 9 | -30/+2335 |
* | Fix some undefined behavior | Thomas Voss | 2024-06-08 | 1 | -6/+4 |
* | Genesis commit | Thomas Voss | 2024-06-08 | 10 | -0/+689 |