Ann: SimpleParse minor update

Mike Fletcher mcfletch at vrtelecom.com
Thu Sep 9 13:18:46 EDT 1999


Since it seems the whole lot of us is publishing today, may as well go ahead
myself...

This is a very minor update to the SimpleParse engine (not enough for a
version change), adds the ability to pass arbitrary mxTextTools tuples as
pre-built productions.  Also includes more examples.  It has been waiting
for release for a few weeks now.

8<_________________________
SimpleParse A Parser Generator for mxTextTools -- version 1.0
	A simple parser generation system based on Marc-André Lemburg's mxTextTools
tagging engine.

8<_________________________
Examples
The examples sub-package contains a number of examples, including:

findliterals.py
	Find all instances of double quoted strings in a file.
formatvrml.py
	Syntax color VRML 97 source code, with text-processing-focused VRML 97
grammar.
vrml.def
	VRML 97 parser focused on sceneGraph building (ignores comments etc.)
pyebnf_test.py
	A parser for the EBNF grammar used to describe python's grammar.  Does not
include a tokenizer, so it cannot yet parse python itself.

http://members.home.com/mcfletch/programming/simpleparse/simpleparse.html

Enjoy yourselves,
Mike
______________________________________
   M i k e   C .  F l e t c h e r

       mcfletch at vrtelecom.com

        Designer, Researcher






More information about the Python-list mailing list