466 B
466 B
log-e-sappho
experimental type system implementation
getting and building
git clone ssh://git@gitta.log-e.se:222/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 withspho
. - documentation of the sappho type system in
docs/