README-work
Raku Grammar::TokenProcessing
In brief
Raku package for processing grammar files in order to:
Extract tokens
Replace token names
Add fuzzy matching expressions in token definitions.
Installation
Installation from Zef ecosystem:
zef install Grammar::TokenProcessing
Installation from GitHub:
zef install https://github.com/antononcube/Raku-Grammar-TokenProcessing.git
Examples
Below are shown usages via the Command Line Interface (CLI) of UNIX-like operating systems.
Add fuzzy matching to token specs
add-token-fuzzy-matching --help
Gather tokens
get-tokens --help
Gather tokens into a hash
get-tokens-hash --help
Replace token names
replace-token-names --help