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
- Host: GitHub
- URL: https://github.com/amake/petit_bibtex
- Owner: amake
- License: mit
- Created: 2024-09-25T22:38:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-18T10:30:47.000Z (11 months ago)
- Last Synced: 2025-10-03T16:49:30.014Z (9 months ago)
- Language: Dart
- Size: 135 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Authors: AUTHORS
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).