https://github.com/kemingy/loxig
A Lox language interprete implemented in Zig
https://github.com/kemingy/loxig
interpreter learning-by-doing zig ziglang
Last synced: about 1 year ago
JSON representation
A Lox language interprete implemented in Zig
- Host: GitHub
- URL: https://github.com/kemingy/loxig
- Owner: kemingy
- Created: 2024-09-29T15:37:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:44:45.000Z (over 1 year ago)
- Last Synced: 2025-04-05T16:14:36.944Z (about 1 year ago)
- Topics: interpreter, learning-by-doing, zig, ziglang
- Language: Zig
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoXig
This is a [Lox](https://craftinginterpreters.com/the-lox-language.html) interpreter written in Zig.
This is a starting point for Zig solutions to the
["Build your own Interpreter" Challenge](https://app.codecrafters.io/courses/interpreter/overview).
This challenge follows the book
[Crafting Interpreters](https://craftinginterpreters.com/) by Robert Nystrom.