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

https://github.com/diohabara/pl

a programming language
https://github.com/diohabara/pl

ocaml opam programming-language

Last synced: 10 months ago
JSON representation

a programming language

Awesome Lists containing this project

README

          

# pl

a reference language for my blog.

## setup

```bash
opam switch create . ocaml-base-compiler
eval $(opam env)
opam install . --deps-only
```

## test

```bash
dune runtest
```