SimpleParse 2.1

A reasonably nice parsing framework for Python that takes EBNF input and gives you a tree of locations as output.

to parsing python research software ... on 04 June 2006

DParser for Python

One Python parsing option. The underlying C library looks very powerful, but its documentation is rather lacking, and the Python interface is very limited (and a bit awkward to use).

to parsing python research software ... on 30 May 2006

http://repetae.net/john/Util.Parse.hs

John Meacham's Parsec-ish (but, apparently, nicer) parser framework for Haskell.

to haskell parsing research software ... on 01 March 2006

D Parser Homepage

A C parser library that looks pretty neat -- one of the examples it comes with is a Python grammar, so it should handle occam fine.

to compiler parsing research ... on 24 February 2006

the language machine

A grammar-based general-purpose transformation engine. It looks like it'd be perfectly feasible to write a compiler in this, although I'm not especially convinced I'd want to; it's probably more useful for doing transformations between source languages.

to compiler macro parsing research ... on 08 February 2006

Parsec, a fast combinator parser

The rather cool Parsec library for Haskell.

to compiler haskell parsing research software ... on 04 February 2006

ONLamp.com: Building Recursive Descent Parsers with Python

Using the pyparsing Python library to build parsers.

to compiler parsing python research software ... on 28 January 2006

Parsec

One of the extremely neat parser systems for Haskell.

to compiler haskell parsing research ... on 13 May 2005

Towards a Standard Parser Generator

Compares several (older) Python parser generators.

to parsing python ... on 24 March 2005