Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-lang-tools/tree-sitter-archive
https://github.com/crystal-lang-tools/tree-sitter-archive
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystal-lang-tools/tree-sitter-archive
- Owner: crystal-lang-tools
- License: mit
- Created: 2023-06-20T13:59:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-06T20:48:29.000Z (19 days ago)
- Last Synced: 2024-12-06T23:21:26.805Z (19 days ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 12
- Watchers: 6
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tree-sitter-crystal
This is a WIP implementation of [tree-sitter](https://github.com/tree-sitter/tree-sitter) for the [Crystal](https://crystal-lang.org) programming language. This is part of a drive to increase Crystal tooling across workflows and IDEs, and specifically to consolidate efforts to create a tree-sitter implementation for Crystal. See [this forum post](https://forum.crystal-lang.org//t/tree-sitter-crystal/3565) for more context on this repos creation.
## Contributing
For a general contribution guideline, see [this repo](https://github.com/MarcDiethelm/contributing/tree/master).
### Current Status
For an updated to-do list, see the [pinned issue](https://github.com/crystal-lang-tools/tree-sitter/issues/2).
## Thanks & InspirationsThanks to everyone involved in the project and to the greater Crystal community!
- [Will Leinweber's tree-sitter-crystal repo](https://github.com/will/tree-sitter-crystal)
- [keidax's tree-sitter-crystal repo](https://github.com/keidax/tree-sitter-crystal)