libbtparse0

A c library to parse bibtex files
  http://starship.python.net/~gward/btOOL/
  0
  no reviews



Btparse is the c component of btool, a pair of libraries for parsing and processing bibtex files. it is built on top of a lexical analyzer and parser constructed using pccts. the library provides entry points to the parser, functions to traverse and query the abstract-syntax tree that it produces, and some functions for processing strings in "the bibtex way".