Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a check stub | Himbeer | 2024-10-08 | 1 | -0/+2 |
* | Implement expressions | Himbeer | 2024-09-23 | 1 | -0/+1 |
* | Add must_malloc helper function | Himbeer | 2024-09-17 | 1 | -1/+2 |
* | Add definitions for builtin numeric types | Himbeer | 2024-09-15 | 1 | -0/+1 |
* | Add AST data structures for (sub)units and top-level declarations | Himbeer | 2024-09-15 | 1 | -0/+2 |
* | Add data structures for types | Himbeer | 2024-09-15 | 1 | -0/+1 |
* | Add lexer for names and identifiers | Himbeer | 2024-09-11 | 1 | -10/+14 |
* | Remove duplicate $(BINOUT)/cerc definition from Makefile | Himbeer | 2024-09-11 | 1 | -5/+0 |
* | Compile with CFLAGS=-std=c99 | Himbeer | 2024-09-11 | 1 | -0/+2 |
* | Add module system to grammar | Himbeer | 2024-09-11 | 1 | -1/+9 |
* | Add a Makefile | Himbeer | 2024-09-11 | 1 | -0/+25 |