Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement booleans | Thomas Voss | 2024-07-06 | 1 | -5/+7 |
* | Completely rework how types are handled | Thomas Voss | 2024-07-02 | 1 | -3/+2 |
* | Support generation of asm/obj files | Thomas Voss | 2024-06-25 | 1 | -5/+46 |
* | Various codegen work | Thomas Voss | 2024-06-22 | 1 | -1/+1 |
* | Print result of strerror() | Thomas Voss | 2024-06-22 | 1 | -3/+3 |
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 1 | -9/+14 |
* | Store decl info in auxilliary data | Thomas Voss | 2024-06-22 | 1 | -2/+4 |
* | Do some work on basic basic codegen | Thomas Voss | 2024-06-22 | 1 | -1/+6 |
* | Basic constant folding implementation | Thomas Voss | 2024-06-21 | 1 | -1/+5 |
* | Cleanup codegen.c | Thomas Voss | 2024-06-21 | 1 | -1/+1 |
* | Huge changes to static analysis | Thomas Voss | 2024-06-21 | 1 | -2/+8 |
* | 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 |