At 10:04 PM 12/11/01 -0400, you wrote:
>Please, I need information about:
>Yacc

Yet Another Compiler Compilier:

It is a tool for building interpreters and following rule sets.  It is used 
in programming and actually writes code for you.

Try:

man yacc

>Lex

Lex is a lexical scanner.  It looks at an input of characters and 
categorizes them into predefined categories.  It is helpful for 
interpreters.  It is also used in programming and write code for you.  Also 
check out flex, its counterpart that generates code that is easier to read 
and compatible with not only C, but C++.

Try:

man lex
man flex

>Thank

Sure,

Wes



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to