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

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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