[antlr-interest] Re: C++ parser

lgcraymer lgc at mail1.jpl.nasa.gov
Thu Jun 3 11:47:53 PDT 2004


--- In antlr-interest at yahoogroups.com, "geofuntasma" <wardf at s...> wrote:
> Well, I get too many errors that I cannot see the first lines. I tried
> to save that doing "gcc CPPParser.cpp >> errors" but ">>" doesn't seem
> to work with gcc.
> 
That's not gcc--it's your shell.  The usual syntax is more like
"gcc CPParser.cpp 2>errors"
in shells that support redirection of stderr.

--Loring



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/antlr-interest/

<*> To unsubscribe from this group, send an email to:
     antlr-interest-unsubscribe at yahoogroups.com

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



More information about the antlr-interest mailing list