An open API service indexing awesome lists of open source software.

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.

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