https://github.com/initdc/octa
A source to source transpiler, ship crystal to all ruby supported platform
https://github.com/initdc/octa
crystal lexer prism ruby transpiler
Last synced: 26 days ago
JSON representation
A source to source transpiler, ship crystal to all ruby supported platform
- Host: GitHub
- URL: https://github.com/initdc/octa
- Owner: initdc
- License: mpl-2.0
- Created: 2026-01-21T12:13:15.000Z (5 months ago)
- Default Branch: dev
- Last Pushed: 2026-02-10T03:31:09.000Z (5 months ago)
- Last Synced: 2026-02-10T08:57:00.613Z (5 months ago)
- Topics: crystal, lexer, prism, ruby, transpiler
- Language: Crystal
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
octa
A source to source transpiler, ship crystal to all ruby supported platform
## Installation
TODO: Write installation instructions here
## Usage
```sh
octa lex some.cr
octa cr-rb src/
```
## 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
- [initdc](https://github.com/initdc) - creator and maintainer