2.1.2 • Published 2 years ago
@lukuangchen/s-expression v2.1.2
S-expression
An S-expression parser written in ReScript.
Development
npm run dev and then start editing the code.
Build
npm run build
Supported Features
- Strings
- Symbols
- Lists in
( ) - Lists in
[ ] - Vectors
- line comments
; - S-expression comments
#;
Not supported feature
- range comments
#| |#
Installation
npm i @lukuangchen/s-expression