Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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