2.0.2 • Published 2 years ago

@lukc1024/s-expression v2.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

S-expression

An S-expression parser written in ReScript.

Supported Features

  • strings
  • symbols
  • lists in ( )
  • lists in [ ]
  • vectors

Not supported feature

  • all sorts of comments:
    • line comments ;
    • block comments #| |#
    • S-expression comments #;

Installation

npm i @lukc1024/s-expression
2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago