aboutsummaryrefslogtreecommitdiff
path: root/src/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* Assert that we don’t have too many tokensThomas Voss 2024-06-111-0/+5
|
* Remove ‘soa’ from lots of identifiersThomas Voss 2024-06-111-2/+2
|
* Be consistent with the *_t_ suffix for typedefsThomas Voss 2024-06-111-3/+3
|
* Switch size_t indicies to be idx_t_Thomas Voss 2024-06-111-3/+5
|
* Add basic LLVM codegenThomas Voss 2024-06-111-23/+35
|
* Parse very basic declarationsThomas Voss 2024-06-111-4/+26
|
* Begin work on a basic parserThomas Voss 2024-06-111-0/+32