forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
415 B
Text
8 lines
415 B
Text
btparse is a C library for parsing and processing BibTeX files.
|
|
It provides a lexical scanner and LR parser (constructed by PCCTS),
|
|
both of which are efficient and offer good error detection and
|
|
recovery; a set of functions for traversing the AST (abstract
|
|
syntax tree) generated by the parser; and utility functions for
|
|
manipulating strings according to BibTeX conventions.
|
|
|
|
WWW: http://www.gerg.ca/software/btOOL
|