pomsky

A readable regex language that compiles to standard regular expressions

brewmacoslinux
Try with needOr install directly
Source

About

Regular expression language

Commands

pomsky

Examples

Compile a Pomsky regex file to standard regex$ pomsky input.pomsky
Validate Pomsky syntax and show compilation result$ pomsky --help
Test a simple Pomsky pattern inline$ echo 'word = [a-z]+; word' | pomsky