sergiud / bibtex-spirit

C++ BibTeX parser and generator based on Boost.Spirit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bibtex-spirit

https://travis-ci.org/sergiud/bibtex-spirit.svg?branch=master https://coveralls.io/repos/github/sergiud/bibtex-spirit/badge.svg?branch=master Build status Codacy Badge Total alerts Language grade: C/C++

This repository provides an implementation of a C++ BibTeX parser based on Boost.Spirit.

Getting started

bibtex-spirit requires the Boost C++ Libraries 1.58. Previous versions might work as well. To compile the tests make sure first CMake 3.5 is installed, then enter

$ cmake . -DCMAKE_BUILD_TYPE=Release

in your terminal or command prompt on Windows inside project's directory to generate the appropriate configuration that can be used to compile the tests using make/nmake or inside an IDE.

About

C++ BibTeX parser and generator based on Boost.Spirit

License:MIT License


Languages

Language:C++ 88.2%Language:CMake 9.3%Language:Batchfile 2.5%