feat: bootstrap skeleton + lexer (Phase 0)

This commit is contained in:
2026-05-30 21:01:26 +03:00
commit 1b708ec755
13 changed files with 1684 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Compiled binary
buxc
# Nim cache
nimcache/
# Test binaries
tests/lexer_test
tests/*.exe
# Build artifacts
build/
*.o