Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement booleans | Thomas Voss | 2024-07-06 | 1 | -6/+11 |
| | |||||
* | Do some more work to support modulus and parenthesis | Thomas Voss | 2024-06-28 | 1 | -3/+4 |
| | |||||
* | Fix build on Darwin | Thomas Voss | 2024-06-25 | 1 | -5/+6 |
| | |||||
* | Utilize SSE4.1 to skip comments at 2x speed | Thomas Voss | 2024-06-24 | 1 | -28/+2 |
| | |||||
* | Add basic support for floating point numbers | Thomas Voss | 2024-06-24 | 1 | -4/+16 |
| | |||||
* | Allow runes with Pattern_White_Space to be whitespace | Thomas Voss | 2024-06-24 | 1 | -1/+11 |
| | |||||
* | Warn for unexpected runes | Thomas Voss | 2024-06-24 | 1 | -1/+1 |
| | |||||
* | Support ‘…’ and ‘...’ in initializers | Thomas Voss | 2024-06-24 | 1 | -1/+12 |
| | |||||
* | 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 |