Skip to content

brownplt/s-expression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 install git+https://github.com/brownplt/s-expression.git

About

An S-expression parser written ReScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published