crylox
Version, currently main branch1 version
- main branchlatestMay 11, 2024
github.com/avrame/crylox
No description declared in shard.yml.
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
crylox:
github: avrame/crylox
branch: mainmain is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
1.8.2- License
- MIT
- Author
- Avram Eisner
- Target
cryloxfrom src/crylox.cr
Dependencies
This version declares no dependencies.
README
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
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
main- Seen
- May 11, 2024
- Crystal
1.8.2- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/avrame/crylox
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 17, 2026
- Synced
- Aug 17, 2026
- Versions
- 1