reg-exp-rec

"Typed and Unambiguous Pattern Matching on Strings using Regular Expressions"

Usage

Four simple steps to use the tool:

  1. Download reg-exp-rec.jar.
  2. Download grammar-all.jar.
  3. Be sure to place the jar files in same directory.
  4. Run java -jar reg-exp-rec.jar <filename>.

This will translate the regular expressions in <filename> to java files.

Examples

Below is a list of (deliberately simplified) examples

Research paper

"Typed and Unambiguous Pattern Matching on Strings using Regular Expressions" by Claus Brabrand and Jakob G. Thomsen: [ abstract | bibtex | paper | tech report | PPDP '10 presentation ]