[antlr-interest] Integration of antlr generated lexer-parser into a GUI app.

Jorge Scandaliaris j_scandaliaris at yahoo.es
Mon Jun 2 06:27:29 PDT 2003


Thanks, fortunately I won't have to mess around too much with the MFC
gui, so if the antlr generated parser doesn't generate any adverse
side-effects everything should be OK.

Jorge

> -----Mensaje original-----
> De: Ian L. Kaplan [mailto:iank at bearcave.com]
> Enviado el: viernes, 30 de mayo de 2003 18:49
> Para: j_scandaliaris at yahoo.es
> Asunto: Re: [antlr-interest] Integration of antlr generated
lexer-parser
> into a GUI app.
> 
> 
> > I am in the process of integrating a lexer-parser (c++ output) into
> > an MFC GUI application (visual c++ 6).
> ...
> > Anybody has integrated antlr parsers into gui apps before? My c++
> > expertise is almost non-existent (not to mention visual c++, which I
> > just use as a compiler to generate console apps), but I recall
> > reading somewhere that some problems might arise due to use of
> > stderr, stdout, etc. I searched the message archive but with no
> > luck. I would appreciate if someone (not necessarily one :) )
> 
>   I have never integrated ANTLR into a MFC GUI app, but I have
>   integrated other C++ code, including openGL codes.
> 
>   I had a hard time with MFC until I really understood C++.  MFC
>   relies heavily on subclassing the MFC classes and over-riding
>   particular functions to supply your own functionality.
> 
>   I don't actually think that the problem will be ANTLR so much as it
>   will be dealing with the MFC environment.  There is a big learning
>   curve there.
> 
>   Ian



 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 




More information about the antlr-interest mailing list