Differences between revisions 6 and 7
Revision 6 as of 2006-06-22 15:53:29
Size: 1471
Editor: 62
Comment: Seemed to be some confusion that these two PyBisons were one and the same.
Revision 7 as of 2008-11-15 14:00:49
Size: 1479
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
 * [http://ppm.activestate.com/PPMPackages/PyPPM/2.2/packages/PyBison-0.1.0.0.linux-i686.2.2.tar.gz for linux-i686]
 * [http://ppm.activestate.com/PPMPackages/PyPPM/2.2/packages/PyBison-0.1.0.0.win32.2.2.zip win32]
 * [[http://ppm.activestate.com/PPMPackages/PyPPM/2.2/packages/PyBison-0.1.0.0.linux-i686.2.2.tar.gz|for linux-i686]]
 * [[http://ppm.activestate.com/PPMPackages/PyPPM/2.2/packages/PyBison-0.1.0.0.win32.2.2.zip|win32]]
Line 16: Line 16:
  * [http://www.freenet.org.nz/python/pybison/]
This PyBison was designed and written by David !McNab and has an OO model inspired by PLY ([http://www.dabeaz.com/ply/]). This PyBison has existed since April 2004.
  * [[http://www.freenet.org.nz/python/pybison/]]
This PyBison was designed and written by David !McNab and has an OO model inspired by PLY ([[http://www.dabeaz.com/ply/]]). This PyBison has existed since April 2004.

PyBison - Scott Hassan - 1997

PyBison is a YACC (Yet Another Compiler Compiler) style parser. PyBison was written by Scott Hassan in 1997 and almost disappeared.

There are scattered references to it all over the web, which all seem to point to http://coho.stanford.edu/~hassan/Python/pybison.tar.gz, which forwards to the dead link http://dotfunk.com/hassan/homepage/Python

ActiveState has a copy (version 0.1.0.0 as of 2005-08-19):

PyBison - David McNab - 2004

A completely different PyBison can be found at (version 0.1.8 as of 2006-06-22):

This PyBison was designed and written by David McNab and has an OO model inspired by PLY (http://www.dabeaz.com/ply/). This PyBison has existed since April 2004.

PyBison takes input in the form of typical lex and yacc files (with some restrictions) and builds and compiles a C Python module based upon them. The compiled Python parser module calls into Python code to execute actions for each grammar production but all the lexical and parsing work happens in compiled code. The advantages of PyBison are having the full expressiveness of lex and yacc to describe your grammar and fast parser execution.

PyBison (last edited 2013-11-28 09:40:45 by JerryBarrington)

Unable to edit the page? See the FrontPage for instructions.