tree-sitter-ebnf-generator
tree-sitter-ebnf-generator copied to clipboard
Some fixes to problems detected trying to use this project
It seems that the nodejs version to run tree-sitter-to-ebnf.js
is 15.* and also the argument to it in the readme seems to be wrong.
For the Lua script I usually test Lua with https://github.com/mingodad/ljs using lua2ljs
and it points out redeclarations/shadowing variables.