1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
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

9 lines
417 B
Plaintext

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/