Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 716 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 716 Bytes

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.