aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Various parser fixesThomas Voss 2024-06-191-1/+1
|
* More code to codegenThomas Voss 2024-06-181-1/+1
|
* Big movesThomas Voss 2024-06-181-1/+1
|
* Do more work on the typechecker and compilerThomas Voss 2024-06-181-2/+3
|
* Begin work on the static analyzerThomas Voss 2024-06-171-0/+2
|
* Add missing common.h includes and formatting fixesThomas Voss 2024-06-141-1/+3
|
* Remove ‘soa’ from lots of identifiersThomas Voss 2024-06-111-2/+2
|
* Add basic LLVM codegenThomas Voss 2024-06-111-3/+2
|
* Get building & linking with LLVM workingThomas Voss 2024-06-111-0/+2
|
* Begin work on a basic parserThomas Voss 2024-06-111-71/+7
|
* Switch to an SOA for lexemesThomas Voss 2024-06-081-27/+62
|
* Do some lexer workThomas Voss 2024-06-081-0/+25
|
* Fix some undefined behaviorThomas Voss 2024-06-081-6/+4
|
* Genesis commitThomas Voss 2024-06-081-0/+68