https://github.com/matthesjh/tree-sitter-curry
Curry grammar for tree-sitter
https://github.com/matthesjh/tree-sitter-curry
curry incremental parsing tree-sitter
Last synced: 3 months ago
JSON representation
Curry grammar for tree-sitter
- Host: GitHub
- URL: https://github.com/matthesjh/tree-sitter-curry
- Owner: matthesjh
- License: mit
- Created: 2019-03-02T16:30:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-08T22:35:25.000Z (4 months ago)
- Last Synced: 2025-03-24T19:22:23.639Z (3 months ago)
- Topics: curry, incremental, parsing, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 3.07 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Curry grammar for tree-sitter

Curry grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter/). It is based on the [tree-sitter grammar](https://github.com/tree-sitter/tree-sitter-haskell/) for the purely functional programming language Haskell.
## References
- [Curry Report](https://www.curry-lang.org/docs/report/curry-report.pdf) - The language report provides a chapter that formally defines the language grammar.
- [KiCS2 User Manual](https://www.curry-lang.org/kics2/Manual.pdf) - The user manual of the Kiel Curry System Version 2 (KiCS2) provides a chapter that formally defines the language grammar accepted by the compiler.
- [PAKCS User Manual](https://www.curry-lang.org/pakcs/Manual.pdf) - The user manual of the Portland Aachen Kiel Curry System (PAKCS) provides a chapter that formally defines the language grammar accepted by the compiler.