Skip to content

kontheocharis/solid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solid

A compiler for a dependently typed programming language.

The language features staged compilation with dependent types that track memory layouts and other computational information. As a result, data is unboxed by default.

Building

Uses Idris2 with pack.

pack build
pack install

Testing

Run the test suite:

pack test

Test cases are organised in test/cases/ with passing and failing examples.

About

A dependently-typed language with unboxed data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages