Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Various parser fixes | Thomas Voss | 2024-06-19 | 1 | -33/+87 | |
* | More code to codegen | Thomas Voss | 2024-06-18 | 1 | -100/+39 | |
* | Some more typechecking for functions | Thomas Voss | 2024-06-18 | 1 | -1/+7 | |
* | Add 128-bit integers | Thomas Voss | 2024-06-18 | 1 | -15/+18 | |
* | Add the nonnull attribute to codegenstmt() | Thomas Voss | 2024-06-18 | 1 | -1/+2 | |
* | Do more work on the typechecker and compiler | Thomas Voss | 2024-06-18 | 1 | -22/+62 | |
* | Codegen global variables | Thomas Voss | 2024-06-17 | 1 | -40/+57 | |
* | Don’t create a new builder every iteration | Thomas Voss | 2024-06-17 | 1 | -3/+3 | |
* | Begin work on the static analyzer | Thomas Voss | 2024-06-17 | 1 | -0/+1 | |
* | Strip U+0027 APOSTROPHE from integer literals | Thomas Voss | 2024-06-12 | 1 | -1/+11 | |
* | Dispose the LLVM module after use | Thomas Voss | 2024-06-11 | 1 | -0/+1 | |
* | Add some unreachables in places | Thomas Voss | 2024-06-11 | 1 | -1/+5 | |
* | Code reshuffling | Thomas Voss | 2024-06-11 | 1 | -0/+1 | |
* | Remove ‘soa’ from lots of identifiers | Thomas Voss | 2024-06-11 | 1 | -8/+6 | |
* | Switch size_t indicies to be idx_t_ | Thomas Voss | 2024-06-11 | 1 | -2/+1 | |
* | Add basic LLVM codegen | Thomas Voss | 2024-06-11 | 1 | -18/+93 | |
* | Get building & linking with LLVM working | Thomas Voss | 2024-06-11 | 1 | -0/+38 |