Expand description
This crate provides wdl language support for the [tree-sitter][] parsing library.
Enums§
Constants§
- GRAMMAR
- The source of the WDL tree-sitter grammar description.
- NODE_
TYPES - The content of the
node-types.jsonfile for this grammar.
Functions§
- language
- Returns the tree-sitter Language for this grammar.
- parse_
document - parser
- Returns a
Parserwith the language set tolanguage().