Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 728 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 728 Bytes

Fold Repository

All standard packages for the Fold programming language are destributed with OPAM and are managed by this repository.

Packages

  • pratt – Pratt parser library used in the implementation of the language.
  • fold – Main package with the compiler for the language.
  • pure – Minimal modulear base library.
  • elements – Unified standard library.
  • ppx_monad – Syntax extensions for monadic computations.

Installation

To install a Fold package first add the repository to OPAM:

$ opam remote add -k git fold https://github.com/fold-lang/repository

Now opam can be used to install Fold packages:

$ opam install pratt