Home

Awesome

BSON Parser for Prolog

A BSON (http://bsonspec.org/) parser written in Prolog. Used by the Prolog MongoDB driver prolongo, https://github.com/khueue/prolongo.

Release History

Version 1.0.0 (2012-09-10)

Todo

Usage

Clone the repository, switch to a certain release if you like (git checkout v1.0.0) and run make to compile the necessary C libraries and run the test suite. See the tests (*.plt) in the src folder for usage examples.

Dependencies

License

Licensed under the MIT license which can be found in the file LICENSE in the project root.

Coding Guidelines