Skip to content

A comparison of lambda term representations, abstract machines, etc.

License

Notifications You must be signed in to change notification settings

Happy-Ferret/lambda-battle

Repository files navigation

lambda-battle

A comparison of lambda term representations, abstract machines, etc.

Installing

Prerequisites

prerequisite version how to install
Opam >= 1.2.2 manually or via package manager
OCaml >= 4.06.1+flambda opam switch 4.06.1+flambda
odoc >= 1.2.0 opam install odoc (optional)
utop >= 2.0.2 opam install utop (optional)

Installing Dependencies

$ git clone https://github.com/freebroccolo/lambda-battle
$ cd lambda-battle
$ opam update
$ opam pin add -y .

Building

$ make

Documentation

Requires odoc (see prerequisites).

$ make doc

Toplevel

Requires utop (see prerequisites).

$ make top

Contributing

Please see the following documents.

About

A comparison of lambda term representations, abstract machines, etc.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published