Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Devise and build an object representation of regular expressions #2

Open
GoogleCodeExporter opened this issue May 19, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by steve...@gmail.com on 25 Dec 2007 at 5:32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant