https://github.com/mcmcgrath13/lox-zig
a bytecode virtual machine for lox
https://github.com/mcmcgrath13/lox-zig
zig
Last synced: about 1 year ago
JSON representation
a bytecode virtual machine for lox
- Host: GitHub
- URL: https://github.com/mcmcgrath13/lox-zig
- Owner: mcmcgrath13
- License: mit
- Created: 2022-10-10T00:56:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T03:30:04.000Z (over 3 years ago)
- Last Synced: 2025-02-10T08:31:11.628Z (over 1 year ago)
- Topics: zig
- Language: Zig
- Homepage: https://mcmcgrath13.github.io/lox-v-lox/
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lox-zig
a bytecode virtual machine for lox
## Setup
Prerequesites:
* zig 0.9.1
### Run a REPL
```
zig build run
```
### Run a file
```
zig build run -- file.lox
```