Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruimaciel/msexpr
- Owner: ruimaciel
- License: mit
- Created: 2019-04-07T20:46:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T14:51:41.000Z (over 1 year ago)
- Last Synced: 2024-11-13T10:49:43.002Z (2 months ago)
- Topics: c, c-library, c90, data-structures, library, parser, s-expression, s-expressions
- Language: C
- Homepage:
- Size: 43 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
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.