Tree-Sitter BNF Tool, version 0.2.0
A few weeks ago I wrote about Writing Tree-sitter grammars in BNF, introducing a new toy project, a utility to write grammars in a clean BNF notation and convert them to the Tree-Sitter JavaScript syntax. The project repository is on GitHub: ambs/tree-sitter-bnf-tools. Version 0.2.0 is out now. I introduced a couple of new sub-commands to […]