opnsense-ports/textproc/btparse/pkg-descr
2022-09-07 22:33:21 +02:00

6 lines
375 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.