Specification of an embeddable DSL for building JavaScript RegExp from declarative Scheme objects.
The repattern specification is an embeddable DSL for building JavaScript regular expressions from declarative Scheme objects, which are converted into RegExp instances.
Schemes are a human-readable format for describing patterns, as an alternative to writing regular expressions by hand.
- Specification (
src/content/spec/) — CC BY-SA 4.0 - Website source code — MIT