Related articles |
---|
regular expression parsing paper available qjackson@direct.ca (Quinn Tyler Jackson) (1997-12-05) |
From: | "Quinn Tyler Jackson" <qjackson@direct.ca> |
Newsgroups: | comp.compilers |
Date: | 5 Dec 1997 00:58:55 -0500 |
Organization: | Parse City |
Keywords: | parse, report, available |
Hello:
You are invited to read the light paper, "Right-Left Regular
Expression Parsing," at:
http://mypage.direct.ca/q/qjackson/parsing_backwards.html
ABSTRACT:
We describe an algorithm for translating standard Regular
Expressions to their functional equivalent in LPM, our
proprietary pattern matching language. Since LPM is a functional
superset of regular expressions, only those elements of LPM
required to implement RE semantics are discussed.
A functioning JavaScript example page is available to demonstrate the
parser in action.
Cheers,
Quinn Tyler Jackson,
Research Programmer
--
email: qjackson@direct.ca
url: http://mypage.direct.ca/q/qjackson/
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.