A tree-sitter grammar for Soufflé #2333
langston-barrett
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
@langston-barrett maybe also interesting to look at integration for tree-sitter powered editors? e.g. for neovim there is: https://github.com/nvim-treesitter/nvim-treesitter. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've written a fairly complete tree-sitter grammar for Soufflé. It successfully parses 500/503 test cases from the Soufflé repo (v2.3) and the entirety of ddisasm. Tree-sitter generates a pure C parser with bindings to a variety of languages.
https://github.com/langston-barrett/tree-sitter-souffle
Beta Was this translation helpful? Give feedback.
All reactions