Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Assert that functions actually return | Thomas Voss | 2024-06-19 | 1 | -1/+1 |
* | Various parser fixes | Thomas Voss | 2024-06-19 | 1 | -1/+1 |
* | More code to codegen | Thomas Voss | 2024-06-18 | 1 | -1/+1 |
* | Big moves | Thomas Voss | 2024-06-18 | 1 | -1/+1 |
* | Do more work on the typechecker and compiler | Thomas Voss | 2024-06-18 | 1 | -2/+3 |
* | Begin work on the static analyzer | Thomas Voss | 2024-06-17 | 1 | -0/+2 |
* | Add missing common.h includes and formatting fixes | Thomas Voss | 2024-06-14 | 1 | -1/+3 |
* | Remove ‘soa’ from lots of identifiers | Thomas Voss | 2024-06-11 | 1 | -2/+2 |
* | Add basic LLVM codegen | Thomas Voss | 2024-06-11 | 1 | -3/+2 |
* | Get building & linking with LLVM working | Thomas Voss | 2024-06-11 | 1 | -0/+2 |
* | Begin work on a basic parser | Thomas Voss | 2024-06-11 | 1 | -71/+7 |
* | Switch to an SOA for lexemes | Thomas Voss | 2024-06-08 | 1 | -27/+62 |
* | Do some lexer work | Thomas Voss | 2024-06-08 | 1 | -0/+25 |
* | Fix some undefined behavior | Thomas Voss | 2024-06-08 | 1 | -6/+4 |
* | Genesis commit | Thomas Voss | 2024-06-08 | 1 | -0/+68 |