SimpleParse minor update

Mike Fletcher mcfletch@vrtelecom.com
Sat, 25 Sep 99 01:54:39 GMT


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@vrtelecom.com

        Designer, Researcher

<P><A HREF="http://members.home.com/mcfletch/programming/simpleparse/simpleparse.html">SimpleParse 1.0</A> - 
a simple parser generation system based on Marc-Andre Lemburg's mxTextTools
tagging engine.  (09-Sep-99)

-- 
----------- comp.lang.python.announce (moderated) ----------
Article Submission Address:  python-announce@python.org
Python Language Home Page:   http://www.python.org/
Python Quick Help Index:     http://www.python.org/Help.html
------------------------------------------------------------