Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jaredly/reason-lisp-example
- Owner: jaredly
- Created: 2018-08-09T00:08:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-09T03:18:41.000Z (over 6 years ago)
- Last Synced: 2024-10-03T12:38:24.707Z (about 1 month ago)
- Homepage:
- Size: 84 KB
- Stars: 35
- Watchers: 3
- 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 modeGo 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.