Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcmcgrath13/lox-zig
a bytecode virtual machine for lox
https://github.com/mcmcgrath13/lox-zig
zig
Last synced: 20 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-07T03:30:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-15T07:45:00.264Z (about 1 month 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
```