25 lines
460 B
Markdown
25 lines
460 B
Markdown
# log-e-sappho
|
|
|
|
experimental type system implementation
|
|
|
|
## getting and building
|
|
|
|
```sh
|
|
git clone https://gitta.log-e.se/lnsol/log-e-sappho.git
|
|
cd ./log-e-sappho
|
|
cmake . -B build
|
|
cd build
|
|
make
|
|
```
|
|
|
|
## repository content
|
|
|
|
This repository contains:
|
|
|
|
* a library implementation of *sappho* called `spho`.
|
|
* a simple language parser (and soon type checker), called `msph`, developed in
|
|
tandem with `spho`.
|
|
* documentation of the sappho type system in `docs/`
|
|
|
|
|
|
|