A fast Gherkin lexer/parser based on the Ragel State Machine Compiler.
Fast Gherkin lexer and parser based on Ragel. Gherkin is both the language that has evolved out of the Cucumber project, as well as this library itself.
Fast Gherkin lexer and parser based on Ragel. Gherkin is both the language that has evolved out of the Cucumber project, as well as this library itself.
To install rb19-gherkin, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb19-gherkin
To see what files were installed by rb19-gherkin, run:
port contents rb19-gherkin
To later upgrade rb19-gherkin, run:
sudo port selfupdate && sudo port upgrade rb19-gherkin
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.