An open API service indexing awesome lists of open source software.

https://github.com/burningenlightenment/sexpr-cpp

Data S-Expression parser/emitter for c++
https://github.com/burningenlightenment/sexpr-cpp

cpp s-expression s-expressions

Last synced: about 2 months ago
JSON representation

Data S-Expression parser/emitter for c++

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/BurningEnlightenment/sexpr-cpp.svg?branch=master)](https://travis-ci.org/BurningEnlightenment/sexpr-cpp)
[![Coverage Status](https://coveralls.io/repos/github/BurningEnlightenment/sexpr-cpp/badge.svg?branch=master)](https://coveralls.io/github/BurningEnlightenment/sexpr-cpp?branch=master)

# sexpr-cpp - a S-Expression Parser/Emitter
WIP