Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaredly/reason-lisp-example

An example of using the lisp syntax for reason/ocaml
https://github.com/jaredly/reason-lisp-example

Last synced: 23 days ago
JSON representation

An example of using the lisp syntax for reason/ocaml

Awesome Lists containing this project

README

        

# reason-lisp-example

## How to use?

- `npm install`
- `npm run lisp` -- this starts a watcher that will transpile `.rel` files in `src/` to `.ml` files
- `npm start` -- start bucklescript in watch mode

Go to town!

For the IDE goodness, grab the [latest release](https://github.com/jaredly/reason-language-server/releases/tag/1.0.0-beta.6-1-2) of the reason-language-server vscode plugin

For a specification of the syntax, check out https://github.com/jaredly/myntax/blob/master/docs/LispGrammar.md.