tree-sitter-wdl
v0.0.2
Published
tree-sitter parser for WDL, a workflow description language
Downloads
3
Readme
tree-sitter-wdl
Introduction
Parser for WDL, a workflow language developed by Broad Institute (MIT) Developed using tree-sitter, an open source parser generator
Software
Generating the grammar
$ cd tree-sitter-wdl
$ tree-sitter generate
Running tests
$ tree-sitter test
WDL Language Specification
https://software.broadinstitute.org/wdl/documentation/spec
TODO
- Write more tests
- Fix Command parsing (Currently Broken)