Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 1 | -18/+22 |
* | Huge changes to static analysis | Thomas Voss | 2024-06-21 | 1 | -0/+1 |
* | Add missing common.h includes and formatting fixes | Thomas Voss | 2024-06-14 | 1 | -0/+1 |
* | Use smaller default capacities in debug mode | Thomas Voss | 2024-06-12 | 1 | -2/+6 |
* | Remove ‘soa’ from lots of identifiers | Thomas Voss | 2024-06-11 | 1 | -17/+17 |
* | Add basic LLVM codegen | Thomas Voss | 2024-06-11 | 1 | -5/+6 |
* | Lex number literals | Thomas Voss | 2024-06-11 | 1 | -0/+26 |
* | Use alignof() instead of hardcoding 8 | Thomas Voss | 2024-06-11 | 1 | -1/+1 |
* | Formatting | Thomas Voss | 2024-06-11 | 1 | -16/+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 | 1 | -34/+99 |
* | Do some lexer work | Thomas Voss | 2024-06-08 | 1 | -10/+102 |
* | Genesis commit | Thomas Voss | 2024-06-08 | 1 | -0/+34 |