This website requires JavaScript.
Explore
Help
Register
Sign In
baraba
/
bux-lang
Watch
1
Star
0
Fork
0
You've already forked bux-lang
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3c2a6e68b967696d70db2300444c688d9fc06462
bux-lang
/
tests
T
History
dimgigov
3c2a6e68b9
perf: Scope lookup O(1) via Table instead of O(n) linear search + module parse fix
2026-05-31 14:10:55 +03:00
..
testdata
feat: bootstrap skeleton + lexer (Phase 0)
2026-05-30 21:01:26 +03:00
hir_test
perf: Scope lookup O(1) via Table instead of O(n) linear search + module parse fix
2026-05-31 14:10:55 +03:00
hir_test.nim
feat: add HIR, C backend, and end-to-end compilation
2026-05-30 22:40:34 +03:00
lexer_test.nim
feat: bootstrap skeleton + lexer (Phase 0)
2026-05-30 21:01:26 +03:00
parser_test
Phase 8.4: const func syntax — compile-time function declarations
2026-05-31 13:50:25 +03:00
parser_test.nim
feat: parser + AST (Phase 1)
2026-05-30 21:19:43 +03:00
sema_test
perf: Scope lookup O(1) via Table instead of O(n) linear search + module parse fix
2026-05-31 14:10:55 +03:00
sema_test.nim
feat: add HIR, C backend, and end-to-end compilation
2026-05-30 22:40:34 +03:00