An open API service indexing awesome lists of open source software.

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

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",
}
```