Export to GitHub

regexpal - issue #2

Devise and build an object representation of regular expressions


Posted on Dec 25, 2007 by Grumpy Giraffe

RegexPal's regex parser (used for the syntax highlighting) currently does nothing more than build the HTML for syntax highlighting. No knowledge of the regex object is preserved beyond what is needed for the remaining parsing steps.

Instead, the parser should build a complete representation of the regex as an object, which can then not only be used to construct the HTML for syntax highlighting, but also reused for additional features like a real-time regex explanation tree.

Status: Accepted

Labels:
Type-Enhancement Priority-Medium