experimental subtyping system
Find a file
2025-06-25 18:37:30 +00:00
docs/about type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
example type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
include type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
src type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
.gitignore type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
CMakeLists.txt type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +02:00
LICENSE Initial commit 2025-04-09 14:21:40 +02:00
README.md type fixes and bindings + notes on subtyping 2025-06-25 20:31:25 +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/