https://github.com/nuccitheboss/crox
Implementation of the Lox programming language in written in Crystal. Based on the first (Java) implementation of Lox.
https://github.com/nuccitheboss/crox
crystal interpreter lox-language programming-language tree-walk-interpreter
Last synced: 11 months ago
JSON representation
Implementation of the Lox programming language in written in Crystal. Based on the first (Java) implementation of Lox.
- Host: GitHub
- URL: https://github.com/nuccitheboss/crox
- Owner: NucciTheBoss
- License: apache-2.0
- Created: 2022-06-28T02:44:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T03:16:02.000Z (over 3 years ago)
- Last Synced: 2025-03-20T00:06:36.303Z (11 months ago)
- Topics: crystal, interpreter, lox-language, programming-language, tree-walk-interpreter
- Language: Crystal
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crox
TODO: Write a description here
## Installation
TODO: Write installation instructions here
## Usage
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
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
- [NucciTheBoss](https://github.com/your-github-user) - creator and maintainer