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

https://github.com/kemingy/loxig

A Lox language interprete implemented in Zig
https://github.com/kemingy/loxig

interpreter learning-by-doing zig ziglang

Last synced: about 1 year ago
JSON representation

A Lox language interprete implemented in Zig

Awesome Lists containing this project

README

          

# LoXig

This is a [Lox](https://craftinginterpreters.com/the-lox-language.html) interpreter written in Zig.

This is a starting point for Zig solutions to the
["Build your own Interpreter" Challenge](https://app.codecrafters.io/courses/interpreter/overview).

This challenge follows the book
[Crafting Interpreters](https://craftinginterpreters.com/) by Robert Nystrom.