The PCRE grammar generating JavaScript lexer- and parser source files.
To generate the lexer and parser, execute the following command on your terminal:
java -cp antlr-3.3-complete.jar org.antlr.Tool PCRE.g
Then open the index.html in your browser and you will be able to test the
generated PCRE parser.