An S-expression parser written in ReScript.
npm run dev
and then start editing the code.
npm run build
- Strings
- Symbols
- Lists in
( )
- Lists in
[ ]
- Vectors
- line comments
;
- S-expression comments
#;
- range comments
#| |#
npm install git+https://github.com/brownplt/s-expression.git