2.1.2 • Published 1 year ago

@lukuangchen/s-expression v2.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

2.1.1

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago