[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Problem solved (Was Re: About GScanner)



Hi Fred,

Glad to hear your problem was solved. But I just wanted to clarify what
might be a myth about lex & yacc. Unless I'm horribly mistaken, lex and
yacc are not something a user will ever need -- they take their own sorts
of data files and generate C source for a tokenizer and parser. Once that
C source is generated, all you need is to include it in your makefiles.
C++ versions of these tools, "flex++" and "bison," I believe, exist too.

Hey, by the way, can you point me to a good automake/autoconf tutorial?
Thanks:)

Dan

> And yes Dan , one day, I'll learn yacc et lex. :-) (I decided to learn
> automake and autoconf a few weeks ago, and I'm very happy now !!)
> But I don't think I can easily use them in a C prog because the user
> doesn't always have them.
> 
> 
> Fred.
> 
> 
> -- 
>          To unsubscribe: mail gtk-app-devel-list-request@redhat.com with 
>                        "unsubscribe" as the Subject.
> 
> 	Mailing list concerns should be mailed to <listmaster@redhat.com>
> 
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]