Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |