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
- Host: GitHub
- URL: https://github.com/diohabara/pl
- Owner: diohabara
- Created: 2022-01-21T10:23:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T14:46:46.000Z (over 3 years ago)
- Last Synced: 2025-01-30T03:26:12.080Z (12 months ago)
- Topics: ocaml, opam, programming-language
- Language: OCaml
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```