aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
Commit message (Expand)AuthorAgeFilesLines
* Move error function to util.cHimbeer34 hours1-0/+2
* Implement toplevel parsingHimbeer4 days1-5/+0
* Implement type parsingHimbeer2024-09-261-0/+7
* Add OOM-safe must_calloc and must_realloc helper functionsHimbeer2024-09-171-0/+2
* Define exit codes for lexing, parsing and checking stage errorsHimbeer2024-09-171-0/+3
* Add must_malloc helper functionHimbeer2024-09-171-0/+2
* Add lexer for names and identifiersHimbeer2024-09-111-0/+9