aboutsummaryrefslogtreecommitdiff
path: root/src/analyzer.c
Commit message (Expand)AuthorAgeFilesLines
* Huge changes to static analysisThomas Voss 2024-06-211-100/+161
* Assert that functions actually returnThomas Voss 2024-06-191-35/+51
* Add f32 and f64 as typesThomas Voss 2024-06-191-2/+3
* Fix the way types are handledThomas Voss 2024-06-191-16/+16
* Various parser fixesThomas Voss 2024-06-191-40/+2
* Remove <stdio.h> includeThomas Voss 2024-06-181-2/+0
* More code to codegenThomas Voss 2024-06-181-4/+12
* Big movesThomas Voss 2024-06-181-113/+139
* Some more typechecking for functionsThomas Voss 2024-06-181-56/+70
* Do more work on the typechecker and compilerThomas Voss 2024-06-181-55/+111
* Implement super simple function type-checkingThomas Voss 2024-06-171-12/+34
* Begin work on the static analyzerThomas Voss 2024-06-171-0/+211