Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```