experimental subtyping system
docs/about | ||
example | ||
include | ||
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
log-e-sappho
experimental type system implementation
getting and building
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 withspho
. - documentation of the sappho type system in
docs/