Skip to content

avrame/crylox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published