Parsers with Python
Robert E. Brown
bbrown at speakeasy.net
Tue Feb 17 19:37:28 EST 2004
More information about the Python-list mailing list
Tue Feb 17 19:37:28 EST 2004
- Previous message (by thread): Parsers with Python
- Next message (by thread): Modifying builtin type behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Tue, 17 Feb 2004 10:18:07 -0500, Daniel Carrera <dcarrera at math.umd.edu> wrote: > I want to write a parser for BibTeX. A BibTeX file is a collection of > entries that look like this: The cl-bibtex project implements readers and writers for BibTeX formatted files in Common Lisp, which is a closer to Python than C or Perl: http://savannah.nongnu.org/projects/cl-bibtex/
- Previous message (by thread): Parsers with Python
- Next message (by thread): Modifying builtin type behaviour
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list