JavaCC: Please give me links to "real" examples.
Posted
by java.is.for.desktop
on Stack Overflow
See other posts from Stack Overflow
or by java.is.for.desktop
Published on 2010-04-28T17:47:53Z
Indexed on
2010/04/28
18:27 UTC
Read the original article
Hit count: 339
Hello, everyone!
I know that there are many examples of JavaCC parsers here, but they all do nothing. They just accept a string, or produce parsing errors.
What I need is a few examples of real parsers, which actually do something during parsing. (Such as building a DOM tree during parsing an XML string).
Please help! ;)
© Stack Overflow or respective owner