You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See [`CONTRIBUTING.md`](CONTRIBUTING.md) if you want to contribute a parser
31
+
for a new programming language. Our wish-list is (in no particular order):
20
32
21
33
- Rust
22
34
23
35
## Usage
24
36
25
-
Gherkin can be used either through its command line interface (CLI) or as a library.
37
+
Gherkin can be used either through its command line interface (CLI) or as a
38
+
library.
26
39
27
-
It is designed to be used in conjunction with other tools such as Cucumber which consumes the output from the CLI or library as [Cucumber Messages](../messages).
40
+
It is designed to be used in conjunction with other tools such as Cucumber
41
+
which consumes the output from the CLI or library as [Cucumber Messages](../messages).
0 commit comments