experimental subtyping system
Find a file
2025-06-25 13:10:05 +02:00
docs/about added trace pairs 2025-06-24 22:44:46 +02:00
example recursive lockstep example 2025-06-13 17:36:36 +02:00
include starting subt implementation 2025-06-25 13:10:05 +02:00
src starting subt implementation 2025-06-25 13:10:05 +02:00
.gitignore scoped bindings 2025-06-24 16:31:23 +02:00
CMakeLists.txt starting subt implementation 2025-06-25 13:10:05 +02:00
LICENSE Initial commit 2025-04-09 14:21:40 +02:00
README.md cleaned up readme 2025-06-24 16:53:42 +02:00

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 with spho.
  • documentation of the sappho type system in docs/