Advertisement

linux flavor with built-in lex.

Started by November 05, 2004 10:26 AM
5 comments, last by cpp_boy 20 years ago
I want to install linux, but I need it to have built-in lex. What flavor of linux has built-in lex ??? THANX
I think pretty much all distributions of linux at least come with lex. My experience is only with Mandrake Linux. I don't know if it installs lex automatically, but it gives you the option to select which applications you want to install. Lex is definitely on that list.
Advertisement
Almost all of them. It's called Flex. They also have a builtin parser (generally Bison or Yacc).
lex (or flex) is needed to build X, so the odds that you'll get it in any distribution you choose are pretty high.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Quote: Original post by MonkeyCookie
I think pretty much all distributions of linux at least come with lex. My experience is only with Mandrake Linux. I don't know if it installs lex automatically, but it gives you the option to select which applications you want to install. Lex is definitely on that list.


Is this Mandrake Linux is free ?
Why, yes it is. I think there might be a couple more free ones as well [grin].
Advertisement
THANX

This topic is closed to new replies.

Advertisement