Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.58 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.58 KB

A repository of MetaOCaml packages

A repository of OPAM packages for BER MetaOCaml.

BER N111 Ubuntu status BER N111 macOS status
BER N114 Ubuntu status BER N114 macOS status

Setting up

opam update
opam switch create 4.14.1+BER
opam remote add metaocaml git+https://github.com/metaocaml/metaocaml-opam.git

Current packages:

  • asp, typed, algebraic, staged parser combinators
  • flap, a deterministic parser with fused lexing
  • charmatch, for generating efficient matches over characters
  • reex, for staged regular expression matching
  • frex, for multi-stage programming with algebras
  • letrec, for generating mutually-recursive definitions
  • staged-streams, for stream computations with fusion (old POPL17 design)
  • strymonas, for stream computations with fusion