Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commitHistory | ||||
Repository files navigation
The Lox interpreter from Crafting Interpreters, implemented in Ruby.
Installation
Install dependencies:
bundle
Run the intepreter:
bundle exec exe/rlox
Tests and linting
Run the default Rake task:
rake