2.0.2 • Published 1 year ago

@lukc1024/s-expression v2.0.2

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

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago