Home > Archive > Unix Programming > February 2007 > c/flex
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I need to do a lot of string parsing before I can do the real work in
a program. Someone mentioned flex, but I can't seem to find a decent
tutorial. Anyone have any good sites? Thanks.
| |
| Maurizio Loreti 2007-02-07, 4:10 am |
| "fed" <ilpavox@gmail.com> writes:
> I need to do a lot of string parsing before I can do the real work in
> a program. Someone mentioned flex, but I can't seem to find a decent
> tutorial. Anyone have any good sites? Thanks.
GNU flex comes with a 48 pages manual. We keep a copy under our
"local documentation" site, http://wwwcdf.pd.infn.it/localdoc.html
(with about other 200 manuals of free software). grep for 'flex'.
--
| Maurizio Loreti -- ROT13:ybergv@cq.vasa.vg | (@_
| Un. of Padova, Dept. of Physics, Padova, Italy | //\
| http://www.pd.infn.it/~loreti/mlo.html | V_/_
| |
|
|
| Thomas Dickey 2007-02-07, 8:05 am |
| Thomas Dickey <dickey@saltmine.radix.net> wrote:
> flex is not part of the GNU project (as noted here and other places):
> http://www.gnu.org/software/flex/
hmm - for the record, an earlier version of that page made it easier to
see that flex is non-GNU (the oblique remark about "non-GNU implementation"
is less truthful than I'd prefer).
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
|
|
|
|
|