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

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

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
```