Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Default untyped numeric constants to ints | Thomas Voss | 2024-06-22 | 1 | -2/+4 |
* | If a key is unset, default it to AST_EMPTY | Thomas Voss | 2024-06-22 | 1 | -2/+3 |
* | More codegen work | Thomas Voss | 2024-06-22 | 1 | -3/+3 |
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 1 | -116/+111 |
* | Store decl info in auxilliary data | Thomas Voss | 2024-06-22 | 1 | -49/+46 |
* | Do some work on basic basic codegen | Thomas Voss | 2024-06-22 | 1 | -3/+17 |
* | Basic constant folding implementation | Thomas Voss | 2024-06-21 | 1 | -2/+154 |
* | Huge changes to static analysis | Thomas Voss | 2024-06-21 | 1 | -100/+161 |
* | Assert that functions actually return | Thomas Voss | 2024-06-19 | 1 | -35/+51 |
* | Add f32 and f64 as types | Thomas Voss | 2024-06-19 | 1 | -2/+3 |
* | Fix the way types are handled | Thomas Voss | 2024-06-19 | 1 | -16/+16 |
* | Various parser fixes | Thomas Voss | 2024-06-19 | 1 | -40/+2 |
* | Remove <stdio.h> include | Thomas Voss | 2024-06-18 | 1 | -2/+0 |
* | More code to codegen | Thomas Voss | 2024-06-18 | 1 | -4/+12 |
* | Big moves | Thomas Voss | 2024-06-18 | 1 | -113/+139 |
* | Some more typechecking for functions | Thomas Voss | 2024-06-18 | 1 | -56/+70 |
* | Do more work on the typechecker and compiler | Thomas Voss | 2024-06-18 | 1 | -55/+111 |
* | Implement super simple function type-checking | Thomas Voss | 2024-06-17 | 1 | -12/+34 |
* | Begin work on the static analyzer | Thomas Voss | 2024-06-17 | 1 | -0/+211 |