Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 520 Bytes

lambda-eval

Simple Lambda Calculus evaluator with hvm-lang syntax

Usage: lambda-eval [OPTIONS] <MODE> <PATH>

Arguments:
  <MODE>  [possible values: run, run-stepped, interactive]
  <PATH>  Path to the input file

Options:
  -f, --form <FORM>    [default: nf] [possible values: nf, wnf, hnf, whnf]
  -o, --order <ORDER>  [default: normal] [possible values: normal, applicative]
  -h, --help           Print help
  -V, --version        Print version