aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add a check stubHimbeer2024-10-081-0/+2
* Implement expressionsHimbeer2024-09-231-0/+1
* Add must_malloc helper functionHimbeer2024-09-171-1/+2
* Add definitions for builtin numeric typesHimbeer2024-09-151-0/+1
* Add AST data structures for (sub)units and top-level declarationsHimbeer2024-09-151-0/+2
* Add data structures for typesHimbeer2024-09-151-0/+1
* Add lexer for names and identifiersHimbeer2024-09-111-10/+14
* Remove duplicate $(BINOUT)/cerc definition from MakefileHimbeer2024-09-111-5/+0
* Compile with CFLAGS=-std=c99Himbeer2024-09-111-0/+2
* Add module system to grammarHimbeer2024-09-111-1/+9
* Add a MakefileHimbeer2024-09-111-0/+25