File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 — 11-22-2023
4
+
5
+ ### Added
6
+
7
+ * Adds initial version of parsing WDL 1.x grammar.
8
+ * Adds ` wdl-grammar ` tool, a tool that is useful in creating and exhausitvely
9
+ testing the ` wdl-grammar ` crate.
10
+ * The following subcommands are included in the initial release:
11
+ * ` wdl-grammar create-test ` : scaffolds otherwise arduous Rust tests that
12
+ ensure a provided input and grammar rule are generated into the correct
13
+ Pest parse tree.
14
+ * ` wdl-grammar gauntlet ` : an exhaustive testing framework for ensuring
15
+ ` wdl-grammar ` can parse a wide variety of grammars in the community.
16
+ * ` wdl-grammar parse ` : prints the Pest parse tree for a given input and
17
+ grammar rule or outputs errors regarding why the input could not be
18
+ parsed.
19
+ * This command line tool is available behind the ` binaries ` feature flag and
20
+ is not intended to be used by a general audience. It is only intended for
21
+ developers of the ` wdl-grammar ` crate.
You can’t perform that action at this time.
0 commit comments