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: about 1 year ago
JSON representation
An example of using the lisp syntax for reason/ocaml
- Host: GitHub
- URL: https://github.com/jaredly/reason-lisp-example
- Owner: jaredly
- Created: 2018-08-09T00:08:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T03:18:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T00:41:20.434Z (about 1 year ago)
- Homepage:
- Size: 84 KB
- Stars: 36
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.