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

  1. Pull down the repo
  2. Install the Crystal language
  3. cd into the root dir and type shards install
  4. run the test.lox file using crystal run src/crylox.cr -- test.lox

Contributing

  1. Fork it (https://github.com/your-github-user/crylox/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

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