crylox
crylox
This is an AST-walker interpreter written in Crystal for the Lox programming language. Crylox is the result of following the first part of Rob Nystrom's excellent Crafting Interpreters book.
Installation
- Pull down the repo
- Install the Crystal language
- cd into the root dir and type
shards install
- run the test.lox file using
crystal run src/crylox.cr -- test.lox
Contributing
- Fork it (https://github.com/your-github-user/crylox/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Avram Eisner - creator and maintainer
Repository
crylox
Owner
Statistic
- 0
- 0
- 0
- 0
- 0
- 6 months ago
- May 28, 2023
License
MIT License
Links
Synced at
Mon, 18 Nov 2024 02:33:47 GMT
Languages