Skip to content

Programming language agnostic type construction language based on polynomials.

License

Notifications You must be signed in to change notification settings

typedefs/typedefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

674e753 · Aug 15, 2021
Aug 22, 2019
Jun 1, 2020
Aug 15, 2021
Jun 21, 2020
Mar 15, 2019
Aug 15, 2021
May 4, 2019
Jun 16, 2020
Aug 12, 2019
Aug 21, 2019
Aug 19, 2019
Apr 16, 2019
Jun 16, 2020
Jun 16, 2020
Jun 16, 2020
Feb 27, 2020
Jun 23, 2020
Aug 15, 2021
Jul 2, 2019
Jun 23, 2020
Aug 21, 2019
Aug 19, 2019
Aug 19, 2019
Jun 23, 2020
Aug 21, 2019
Jun 23, 2020
Aug 21, 2019

Repository files navigation

Typedefs

Build Status

About

Typedefs is a programming language-agnostic, algebraic data type definition language, written in Idris.

See http://typedefs.com, or play around with examples at Try Typedefs!

Build and run

Nix package descriptions, an Elba manifest and a Makefile are provided.

Nix packages

If you want to build everything, do:

nix-build

If you only want to build a specific package:

nix-build -A typedefs.nix

Makefile

Build everything:

make build-lib
sudo make install-lib
make build-rest

Build a specific package:

make build pkg=typedefs

Build documentation:

make doc-all

Run tests:

make test-all

Install:

sudo make install-all

Clean up:

make clean-all

Elba

There is a complete tutorial on how to compile and install typedefs using the elba package manager here.

In most cases it should be just as easy as:

elba install