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

https://github.com/linusdm/ex_lox

An Elixir implementation of an interpreter for the Lox language (from the book Crafting Interpreters by Robert Nystrom).
https://github.com/linusdm/ex_lox

crafting-interpreters craftinginterpreters elixir interpreter lox lox-interpreter lox-language parser programming-language recursive-descent-parser

Last synced: about 1 month ago
JSON representation

An Elixir implementation of an interpreter for the Lox language (from the book Crafting Interpreters by Robert Nystrom).

Awesome Lists containing this project

README

        

# ExLox

```sh
CI_PATH=/path/to/craftinginterpreters ./test.sh chap04_scanning
```