clox implementation crafting interpreters
  • C 99.8%
  • Just 0.2%
Find a file
2023-03-08 04:13:04 +05:30
src ch30 complete 2023-03-08 04:13:04 +05:30
.clang-format first commit 2023-02-16 03:11:58 +05:30
.gitignore first commit 2023-02-16 03:11:58 +05:30
justfile ch21 complete 2023-02-26 21:17:38 +05:30
main.lox ch30 complete 2023-03-08 04:13:04 +05:30
out.txt ch28 complete 2023-03-08 01:52:24 +05:30
README.md add readme 2023-02-16 03:14:34 +05:30

Clox Implementation

Contains implementation for clox from crafting interpreters

Uses gcc for building and running.

Uses just to run the commands.