Initial commit, save progress so far

This commit is contained in:
2026-02-05 08:34:16 +11:00
commit 29abae0a96
9 changed files with 403 additions and 0 deletions

5
src/main.c Normal file
View File

@@ -0,0 +1,5 @@
#include "lexer/lexer.h"
int main() {
return 0;
}