sboldon / zlox

A bytecode interpreter for Lox, a dynamically typed language with classes and first-class functions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zlox

A bytecode interpreter for Lox, a dynamically typed language with classes and first-class functions, implemented in Zig. The Lox language was created by Robert Nystrom for his book Crafting Interpreters, in which he implements a tree-walking interpreter for the language in Java and a bytecode interpreter for the language in C.

About

A bytecode interpreter for Lox, a dynamically typed language with classes and first-class functions.


Languages

Language:Zig 100.0%