Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tusharsadhwani/zlox
Lox bytecode interpreter, written in Zig 0.13.0.
https://github.com/tusharsadhwani/zlox
lox-language zig
Last synced: 21 days ago
JSON representation
Lox bytecode interpreter, written in Zig 0.13.0.
- Host: GitHub
- URL: https://github.com/tusharsadhwani/zlox
- Owner: tusharsadhwani
- License: mit
- Created: 2024-08-04T20:48:14.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T09:45:24.000Z (5 months ago)
- Last Synced: 2024-12-22T17:35:45.261Z (about 1 month ago)
- Topics: lox-language, zig
- Language: Zig
- Homepage:
- Size: 87.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zlox
Lox bytecode interpreter, written in Zig 0.13.0.
## Usage
```bash
zig build-exe ./src/main.zig --name zlox
./zlox examples/math.lox
```