Skip to content

Commit

Permalink
release: bumps wdl-grammar version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Nov 22, 2023
1 parent 3408a3e commit 2e0af75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions wdl-grammar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 0.1.0 — 11-22-2023

### Added

* Adds initial version of parsing WDL 1.x grammar.
* Adds `wdl-grammar` tool, a tool that is useful in creating and exhausitvely
testing the `wdl-grammar` crate.
* The following subcommands are included in the initial release:
* `wdl-grammar create-test`: scaffolds otherwise arduous Rust tests that
ensure a provided input and grammar rule are generated into the correct
Pest parse tree.
* `wdl-grammar gauntlet`: an exhaustive testing framework for ensuring
`wdl-grammar` can parse a wide variety of grammars in the community.
* `wdl-grammar parse`: prints the Pest parse tree for a given input and
grammar rule or outputs errors regarding why the input could not be
parsed.
* This command line tool is available behind the `binaries` feature flag and
is not intended to be used by a general audience. It is only intended for
developers of the `wdl-grammar` crate.

0 comments on commit 2e0af75

Please sign in to comment.