jkarni / lev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lev

A toy language for playing around with macros and generic constructors in a dependently-typed setting.

Distinctly not finished.

Usage

Usage: dt FILE [-P|--parse-only] [-T|--typecheck-only] [-E|--as-expression]
  The dt interpreter

Available options:
  -h,--help                Show this help text
  -P,--parse-only          Just parse file and report errors
  -T,--typecheck-only      Just parse file and report errors
  -E,--as-expression       Evaluate file as single expression

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 99.6%Language:Nix 0.4%