[antlr-interest] Stupid question...

Prashant Deva prashant.deva at gmail.com
Mon Apr 24 16:27:58 PDT 2006


You need to put actions inside your grammar which will map the recognized
text into data structures inside your program. Once you have all the info
inside your data structures, you can manipulate it whichever way you want.



--
Prashant Deva
Creator, ANTLR Studio
Founder, Placid Systems, www.placidsystems.com

On 4/25/06, Erik Forbes <erikforbes at gmail.com> wrote:
>
> Okay, this may seem like a stupid question, but...
>
> Now that I have a lexer/parser that correctly parses my input... What do I
> do with it? How do I use the fact that all the tokens in the parser are
> correctly matched to actually do something with the input? I'm dreadfully
> lost on this.
>
> In case anyone's curious, it's a wiki parser.
>
> --
> Support your local gravity testers -- Skydive!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20060425/0c0c73a6/attachment.html


More information about the antlr-interest mailing list