Skip to content

Simple Lambda Calculus evaluator with hvm-lang syntax

License

Notifications You must be signed in to change notification settings

developedby/lambda-eval

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple Lambda Calculus evaluator with hvm-lang syntax

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages