An open API service indexing awesome lists of open source software.

https://github.com/amake/petit_bibtex

A BibTeX implementation for Dart
https://github.com/amake/petit_bibtex

Last synced: 9 months ago
JSON representation

A BibTeX implementation for Dart

Awesome Lists containing this project

README

          

Petit BibTeX
====================

A simple parser that reads a [BibTeX](https://en.wikipedia.org/wiki/BibTeX) file
into a list of BibTeX entries with a list of fields.

It is a fork of the [PetitParser BibTeX
example](https://github.com/petitparser/dart-petitparser-examples#bibtex).