Lox implementation in C following https://craftinginterpreters.com
Find a file
2026-01-13 19:52:23 +00:00
.envrc Initial commit 2026-01-13 19:52:23 +00:00
.gitignore Initial commit 2026-01-13 19:52:23 +00:00
chunk.c Initial commit 2026-01-13 19:52:23 +00:00
chunk.h Initial commit 2026-01-13 19:52:23 +00:00
CMakeLists.txt Initial commit 2026-01-13 19:52:23 +00:00
common.h Initial commit 2026-01-13 19:52:23 +00:00
compiler.c Initial commit 2026-01-13 19:52:23 +00:00
compiler.h Initial commit 2026-01-13 19:52:23 +00:00
debug.c Initial commit 2026-01-13 19:52:23 +00:00
debug.h Initial commit 2026-01-13 19:52:23 +00:00
flake.lock Initial commit 2026-01-13 19:52:23 +00:00
flake.nix Initial commit 2026-01-13 19:52:23 +00:00
main.c Initial commit 2026-01-13 19:52:23 +00:00
memory.c Initial commit 2026-01-13 19:52:23 +00:00
memory.h Initial commit 2026-01-13 19:52:23 +00:00
object.c Initial commit 2026-01-13 19:52:23 +00:00
object.h Initial commit 2026-01-13 19:52:23 +00:00
scanner.c Initial commit 2026-01-13 19:52:23 +00:00
scanner.h Initial commit 2026-01-13 19:52:23 +00:00
table.c Initial commit 2026-01-13 19:52:23 +00:00
table.h Initial commit 2026-01-13 19:52:23 +00:00
value.c Initial commit 2026-01-13 19:52:23 +00:00
value.h Initial commit 2026-01-13 19:52:23 +00:00
vm.c Initial commit 2026-01-13 19:52:23 +00:00
vm.h Initial commit 2026-01-13 19:52:23 +00:00