Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobcrabill/zlox
Lox implementation in Zig (Crafting Interpreters, Part II)
https://github.com/jacobcrabill/zlox
Last synced: about 1 month ago
JSON representation
Lox implementation in Zig (Crafting Interpreters, Part II)
- Host: GitHub
- URL: https://github.com/jacobcrabill/zlox
- Owner: JacobCrabill
- Created: 2023-10-31T05:33:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-07T05:31:22.000Z (12 months ago)
- Last Synced: 2024-02-07T06:31:15.600Z (12 months ago)
- Language: Zig
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zLox: Lox bytecode interpreter in Zig
Zig implementation of the Lox bytecode interpreter from "crafting interpreters" by Robert Nystrom.