Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
w-gao committed Jan 16, 2023
1 parent 37ae06c commit 95d6947
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A Workflow Description Language (WDL) parser in Go.

- **Note**: this project is not under active development at the moment
- **NOTE: this project is not under active development at the moment**
- `gowdl` provides the generated ANTLR4 parsers for WDL versions 1.0 and 1.1
- Go bindings for the WDL abtract syntax tree (AST) is work-in-progress
- Currently, WDL imports can be parsed and used for projects like
Expand Down Expand Up @@ -60,8 +60,7 @@ The `gowdl` CLI provides the following commands.

### `gowdl graph [FILE]`: get the dependency graph of WDL

**Note:** only imports are parsed - AST for the rest of the document is not all
available.
**NOTE only imports are parsed - AST for the rest of the document is not all available.**

Sample input:

Expand Down

0 comments on commit 95d6947

Please sign in to comment.