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

https://github.com/terror/lox

Lox, but oxidized
https://github.com/terror/lox

Last synced: 5 months ago
JSON representation

Lox, but oxidized

Awesome Lists containing this project

README

          

### lox

**lox** is an implementation of the programming language
[Lox](https://github.com/munificent/craftinginterpreters/tree/master/java/com/craftinginterpreters/lox)
from the book [Crafting Interpreters](https://craftinginterpreters.com/) by
[Robert Nystrom](https://github.com/munificent), written in Rust.