mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
30e54bba97
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 PR: ports/94686 Submitted by: Kay Lehmann <kay_lehmann@web.de>
9 lines
415 B
Plaintext
9 lines
415 B
Plaintext
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
|