loxxy 0.4.10
A Ruby implementation of the Lox programming language. Lox is a dynamically typed, object-oriented programming language that features first-class functions, closures, classes, and inheritance. The interpreter passes all unit tests from the original Java implementation. It is also able to run `LoxLox` a Lox interpreter written in Lox itself.
Gemfile:
=
install:
=
Runtime Dependencies (1):
rley
~> 0.9, >= 0.9.02