]> Repositories - zlox.git/commit
Implement print and expression statements main
authorAyo Reis <hey@ayoreis.com>
Thu, 26 Feb 2026 18:15:29 +0000 (18:15 +0000)
committerAyo Reis <hey@ayoreis.com>
Thu, 26 Feb 2026 18:15:29 +0000 (18:15 +0000)
commit9c8936ce5c881892e4e2f0cd0e7933014f3e3c41
tree239c2df6cf8ffd5fa0e5d6aad19a807f0324c98f
parent6b16a7c343e1ebe5618400e092253b08994b94b2
Implement print and expression statements
src/Interpreter.zig
src/Parser.zig
src/main.zig
src/stmt.zig [new file with mode: 0644]