meadori / polylox

An implementation of the Lox programming language in many different languages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

llox

This is an implementation of the Lox language as specified in Bob Nystrom's wonderful book Crafting Interpreters. The goal is to have implementations of the tree-walk interpreter and bytecode interpreter in multiple languages.

About

An implementation of the Lox programming language in many different languages.

License:MIT License


Languages

Language:C++ 99.1%Language:CMake 0.9%