https://github.com/sbdchd/tree-sitter-cel
WIP tree-sitter grammar for cel
https://github.com/sbdchd/tree-sitter-cel
Last synced: 7 months ago
JSON representation
WIP tree-sitter grammar for cel
- Host: GitHub
- URL: https://github.com/sbdchd/tree-sitter-cel
- Owner: sbdchd
- Created: 2023-08-20T14:51:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-20T14:51:46.000Z (over 2 years ago)
- Last Synced: 2025-03-12T23:02:34.721Z (10 months ago)
- Language: C
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tree-sitter-cel
> WIP tree-sitter grammar for cel
[cel spec](https://github.com/google/cel-spec/blob/master/doc/langdef.md)
## why?
Learn about tree-sitter and possibly use [the generated parser](https://matklad.github.io/2023/05/21/resilient-ll-parsing-tutorial.html) as the basis of a language server for cel.
## dev
### parser tests
creating a parser:
### syntax highlighting