Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bkiers/PCREParser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCREParser

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.

About

An ANTLR 3 grammar for PCRE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors