Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move error function to util.c | Himbeer | 34 hours | 1 | -0/+2 |
* | Implement toplevel parsing | Himbeer | 4 days | 1 | -5/+0 |
* | Implement type parsing | Himbeer | 2024-09-26 | 1 | -0/+7 |
* | Add OOM-safe must_calloc and must_realloc helper functions | Himbeer | 2024-09-17 | 1 | -0/+2 |
* | Define exit codes for lexing, parsing and checking stage errors | Himbeer | 2024-09-17 | 1 | -0/+3 |
* | Add must_malloc helper function | Himbeer | 2024-09-17 | 1 | -0/+2 |
* | Add lexer for names and identifiers | Himbeer | 2024-09-11 | 1 | -0/+9 |