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

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

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.