Closed
Description
Tree-sitter grammars generally includes the parser.c
and the tree_sitter
directory which includes the header files (see example with Python or JavaScript). This helps to integrate with other tools who integrates with tree-sitter. Without these files, it's hard to integrate this grammar with other tree-sitter based tools.
There are currently some explanation as to why there is no parser.c
but downloading the parser.c
and other build artifacts make people lose the versions and other attributes of a build. This makes it pretty hard to include this grammar in project that includes other tree-sitter grammar since it requires a special build while other grammars do not and all their parsers are being versioned.
Metadata
Metadata
Assignees
Labels
No labels
Activity