Skip to content
/ typer Public

An experimental functional programing language. Typer combines a proof assitant and a powerful macro system to generate safer code.

License

Notifications You must be signed in to change notification settings

Delaunay/typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6aff88 · Feb 19, 2017
Feb 19, 2017
Nov 18, 2016
Dec 7, 2016
Feb 19, 2017
Feb 19, 2017
Feb 19, 2017
Dec 6, 2016
Jun 26, 2016
Aug 8, 2015
Dec 7, 2016
May 7, 2016
May 11, 2016

Repository files navigation

Typer

How to build Typer

Status Build Status

Requirement

  • Ocaml 4.01

Build

By default ocamlbuild creates a '_build' folder which holds all the compiled files.

  • make typer: build typer interpreter './typer'
  • make debug: build typer with debug info './debug_util'
  • make tests: run interpreter's tests './tests/utests'

Directory layout

  • src/ interpreter's source
  • doc/ interpreter's doc files
  • sample/ typer code sample for testing purposes
  • tests/ ocaml test files
  • btl/ builtin typer library

Emacs files

/typer-mode.el

About

An experimental functional programing language. Typer combines a proof assitant and a powerful macro system to generate safer code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published