Related articles |
---|
lex/flex for perl david@cm.co.za (David Maclean) (1998-07-28) |
Re: lex/flex for perl cnwetzel@linguistik.uni-erlangen.de (Christian Wetzel) (1998-07-30) |
Re: lex/flex for perl dwight@pentasoft.com (1998-07-30) |
Re: lex/flex for perl ngkaboon@iscs.nus.edu.sg (valk) (1998-08-10) |
From: | David Maclean <david@cm.co.za> |
Newsgroups: | comp.compilers |
Date: | 28 Jul 1998 11:29:30 -0400 |
Organization: | Computer Management (Pty) Ltd |
Keywords: | lex, question, comment |
Hi there
Can anyone tell me if there is a lex/flex for perl. There is byacc for
perl but have not found lex for perl.
Any help would be appreciated.
Thanks in advance
David Maclean
[Considering all the built-in regular expression pattern matching in perl,
there isn't much point. You can write a perl one-liner which will crack
your source file into a list of tokens. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.