Ann: Plex 1.1 - Lexical Analysis - Case insensitivity

Greg Ewing greg at cosc.canterbury.ac.nz
Thu Mar 9 23:34:31 EST 2000


I've added Case() and NoCase() constructors for
controlling case-sensitivity.

http://www.cosc.canterbury.ac.nz/~greg/python/Plex

---------

Abstract:

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. 

-- 
Greg Ewing, Computer Science Dept,
+--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg at cosc.canterbury.ac.nz	   +--------------------------------------+



More information about the Python-list mailing list