Examples from Crafting Interpreters by Bob Nystrom coded/translated in Crystal
www.craftinginterpreters.com / https://github.com/munificent/craftinginterpreters https://crystal-lang.org
- Fork it ( https://github.com/rebeccabuckingham/crystal-craftinginterpreters/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
- [rebeccabuckingham] (https://github.com/rebeccabuckingham) Rebecca Buckingham - creator, maintainer