@lukuangchen/s-expression

2.1.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @lukuangchen/s-expression

Weekly Downloads

0

Version

2.1.2

License

MIT

Unpacked Size

30.1 kB

Total Files

10

Last publish

Collaborators

  • lukuangchen