https://github.com/mnemnion/tree-sitter-zitron
Parser Inception
https://github.com/mnemnion/tree-sitter-zitron
lemon parsing parsing-parsing syntax-highlighting tree-sitter zig
Last synced: 25 days ago
JSON representation
Parser Inception
- Host: GitHub
- URL: https://github.com/mnemnion/tree-sitter-zitron
- Owner: mnemnion
- License: mit
- Created: 2025-12-29T01:22:44.000Z (6 months ago)
- Default Branch: trunk
- Last Pushed: 2026-05-14T02:44:04.000Z (about 1 month ago)
- Last Synced: 2026-05-14T04:38:29.795Z (about 1 month ago)
- Topics: lemon, parsing, parsing-parsing, syntax-highlighting, tree-sitter, zig
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tree-sitter for Zitron
A pleasantly-functional [Treesitter](https://tree-sitter.github.io/tree-sitter/) grammar
for the [Zitron](https://github.com/mnemnion/zitron) LALR(1) parser
generator. Alpha edition.
## Use
Mostly you're on your own there.
If you're using Neovim, and [Lazy](https://github.com/folke/lazy.nvim), this
might work:
```lua
{
"mnemnion/tree-sitter-zitron",
dependencies = { "nvim-treesitter/nvim-treesitter" },
build = ":TSInstall zitron",
}
```