freebsd-ports/devel/py-plex/pkg-descr
Hye-Shik Chang eb0fc00cc8 Add py-plex 1.1.2, lexical Analysis Module for Python.
PR:		36994
Submitted by:	me
2002-07-01 18:41:10 +00:00

8 lines
417 B
Text

Plex is a Python module for constructing lexical analysers,
or scanners. Plex scanners have almost all the capabilities of
the scanners generated by GNU Flex, and are specified in a very
similar way. Tokens are defined by regular expressions, and each
token has an associated action, which may be to return a literal
value, or to call an arbitrary function.
WWW: http://www.cosc.canterbury.ac.nz/~greg/python/Plex/