experimental subtyping system
Find a file
2025-06-26 01:28:04 +02: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 added cmake presets 2025-06-26 01:28:04 +02:00
CMakePresets.json added cmake presets 2025-06-26 01:28:04 +02:00
LICENSE Initial commit 2025-04-09 14:21:40 +02:00
README.md https url 2025-06-25 20:40:22 +02:00

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