Python
Generate Python parsers using XML-ized Bison/Yacc files
07:45, 7 Feb 2000 UTC | Edd Dumbill

FourThought have announced the release of BisonGen, which uses Bison to generate a low level parser from a definition file in XML.

BisonGen then uses SWIG to generate a Python interface into the generated parser actions.

The tool uses an input grammar definition file in simple XML, based on the yacc and Bison input format.

Re: Generate Python parsers using XML-ized Bison/Yacc files (Uche Ogbuji - 18:59, 5 Jul 2002)

The updated link is: http://4suite.org/?xslt=downloads.xslt

Re: Generate Python parsers using XML-ized Bison/Yacc files (Jr - 12:37, 5 Jul 2002)

The page is gone!

  
xmlhack: developer news from the XML community

Front page | Search | Find XML jobs

Related categories
Python
Tools