regldg

Generates dictionaries from regular expression grammar language definitions

brewmacoslinux
Try with needOr install directly
Source

About

Regular expression grammar language dictionary generator

Commands

regldg

Examples

Generate a dictionary from a grammar definition file$ regldg -i grammar.txt -o dictionary.dat
Display help information and available options$ regldg --help
Process a regex grammar file with verbose output$ regldg -v -i patterns.regex -o output.dict