https://github.com/diohabara/cornellpl
https://cs3110.github.io/textbook/chapters/interp
https://github.com/diohabara/cornellpl
programming-language
Last synced: 10 months ago
JSON representation
https://cs3110.github.io/textbook/chapters/interp
- Host: GitHub
- URL: https://github.com/diohabara/cornellpl
- Owner: diohabara
- Created: 2022-01-20T07:42:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-03T06:08:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-30T03:25:11.509Z (12 months ago)
- Topics: programming-language
- Language: OCaml
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cornellpl
## format
```bash
dune build @fmt --auto-promote
```
## test
For assertion.
```bash
dune runtest
```
For development.
```bash
dune runtest --auto-promote
```
## REPL
```bash
dune utop
```
## run
```bash
dune exec cornellpl
```