Skip to content

miks1965/yacc-to-tree-sitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

yacc-to-tree-sitter

Converter from yacc to tree-sitter grammar format

Usage:

java -jar yacc-to-tree-sitter.jar languageName inputFile.y outputFile.js
  • Ignores semantic actions.
  • Ignores comments (after // and between /* and */).
  • Marks rules with empty productions as optional in places of usage.

Please note that this tool doesn't format generated code. For the readability of the resulting grammar, you need to use JavaScript formatter.

About

Converter from yacc to tree-sitter grammar format

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages