https://github.com/shakadak/re_mpc
following along the monadic parser combinators paper by Graham Hutton and Erik Meijer
https://github.com/shakadak/re_mpc
Last synced: 24 days ago
JSON representation
following along the monadic parser combinators paper by Graham Hutton and Erik Meijer
- Host: GitHub
- URL: https://github.com/shakadak/re_mpc
- Owner: Shakadak
- Created: 2018-05-27T12:29:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T05:52:36.000Z (over 7 years ago)
- Last Synced: 2025-02-04T15:50:17.009Z (8 months ago)
- Language: OCaml
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Reason Template
Hello! This project allows you to quickly get started with Reason and BuckleScript. If you wanted a more sophisticated version, try the `react` template (`bsb -theme react -init .`).
# Build
```
npm run build
```# Build + Watch
```
npm run start
```# Editor
If you use `vscode`, Press `Windows + Shift + B` it will build automatically# rtop stuff
`#mod_use "path/to/module/file"` to bind the content of the file as a module.