/habib

My beloved bib parser

Primary LanguageHaskellOtherNOASSERTION

habib حبيب

Arabic frieze.

CI tests status badge Latest release badge Dependencies badge License badge

My beloved bib parser.

This utility translates BibTeX files back and forth to an easily editable JSON format.

Development

# 0. Install Haskell (assuming you have Arch)
sudo pacman -S ghc stack
# 1. Run `stack test` in watch mode
stack test --file-watch
# 2. Write a failing test
# 3. Write code to make all tests pass
# 4. GOTO 2