GeeLaw / bibtex-ts

General-purpose format-preserving BibTeX parser in TypeScript (JavaScript).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BibTeX-TS

BibTeX parser written in TypeScript in rigorous but dumb way.

This project is motivated by personal needs. Goal is to support well-structured (debatable!) BibTeX parsing and rendering. Speed and organizedness are prioritized. Code should always be written by following some documentation (though different versions of documentation contradict each other) instead of translating other implementations.

It would be amazing if you find it useful.

To-Dos

  • Add tests. (Basic test cases in tests/basic.js, credits to Tame the BeaST by Nicolas Markey.)
  • Implement acm, apalike, and siam. Note that ieeetr and unsrt are not implementable unless we introduce body-dependent sorting.

About

General-purpose format-preserving BibTeX parser in TypeScript (JavaScript).

License:Other


Languages

Language:TypeScript 95.1%Language:JavaScript 3.8%Language:PowerShell 1.1%