Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benthepoet/fast-sexpr
A lightweight s-expression parser for JavaScript.
https://github.com/benthepoet/fast-sexpr
lisp s-expression
Last synced: 3 months ago
JSON representation
A lightweight s-expression parser for JavaScript.
- Host: GitHub
- URL: https://github.com/benthepoet/fast-sexpr
- Owner: benthepoet
- License: mit
- Created: 2019-04-05T11:50:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T17:25:37.000Z (about 2 years ago)
- Last Synced: 2024-10-01T11:50:33.749Z (4 months ago)
- Topics: lisp, s-expression
- Language: JavaScript
- Size: 151 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fast-sexpr
[![Build Status](https://travis-ci.com/benthepoet/fast-sexpr.svg?branch=master)](https://travis-ci.com/benthepoet/fast-sexpr)
[![Coverage Status](https://coveralls.io/repos/github/benthepoet/fast-sexpr/badge.svg?branch=master)](https://coveralls.io/github/benthepoet/fast-sexpr?branch=master)A lightweight s-expression parser for JavaScript.