2.1.2 • Published 4 months ago

@lukuangchen/s-expression v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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
2.1.2

4 months ago

2.1.1

6 months ago

2.0.7

6 months ago

2.0.6

7 months ago

2.0.5

7 months ago

2.0.4

9 months ago

2.0.3

10 months ago

2.0.2

10 months ago