Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruimaciel/msexpr

M's sexpr library: a s-expressions data structure library implemented in C
https://github.com/ruimaciel/msexpr

c c-library c90 data-structures library parser s-expression s-expressions

Last synced: about 12 hours ago
JSON representation

M's sexpr library: a s-expressions data structure library implemented in C

Awesome Lists containing this project

README

        

# M's S-Expressions library

![CircleCI branch](https://img.shields.io/circleci/project/github/ruimaciel/msexpr/master.svg)
![License](https://img.shields.io/github/license/ruimaciel/msexpr.svg)
![Language](https://img.shields.io/github/languages/top/ruimaciel/msexpr.svg)
![Code size](https://img.shields.io/github/languages/code-size/ruimaciel/msexpr.svg)
![Downloads](https://img.shields.io/github/downloads/ruimaciel/msexpr/total.svg)

M's s-expressions library: a s-expressions data structure library implemented in C.