Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-30T18:08:07.000Z (4 months ago)
- Last Synced: 2024-09-30T18:21:27.040Z (3 months ago)
- Topics: curry, incremental, parsing, tree-sitter
- Language: JavaScript
- Homepage:
- Size: 3.05 MB
- Stars: 4
- Watchers: 2
- 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
![Build package](https://github.com/matthesjh/tree-sitter-curry/workflows/Build%20package/badge.svg)
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-ps.informatik.uni-kiel.de/currywiki/_media/documentation/report.pdf) - The language report provides a chapter that formally defines the language grammar.
- [KiCS2 User Manual](https://www-ps.informatik.uni-kiel.de/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.informatik.uni-kiel.de/~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.