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).
- Host: GitHub
- URL: https://github.com/linusdm/ex_lox
- Owner: linusdm
- Created: 2024-07-04T18:37:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T20:48:58.000Z (6 months ago)
- Last Synced: 2025-01-22T08:37:13.042Z (3 months ago)
- Topics: crafting-interpreters, craftinginterpreters, elixir, interpreter, lox, lox-interpreter, lox-language, parser, programming-language, recursive-descent-parser
- Language: Elixir
- Homepage: https://craftinginterpreters.com
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExLox
```sh
CI_PATH=/path/to/craftinginterpreters ./test.sh chap04_scanning
```