Skip to content
/ ocaml Public
forked from ocamllabs/ocaml

My experiments with and extensions to OCaml

Notifications You must be signed in to change notification settings

lpw25/ocaml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 

Repository files navigation

OCaml Extensions

This repository contains various extensions to and experiments with the OCaml compiler.

Branches

Base Branches:

  • trunk: The OCaml compiler trunk
  • 4.00: The OCaml 4.00 release branch
  • 4.01: The OCaml 4.01 release branch
  • ber-metaocaml: The BER-MetaOCaml trunk

Projects:

  • open_types: Adds open types to OCaml
  • 4.00+open_types: Add open types to the 4.00 release branch of OCaml
  • 4.01+open_types: Add open types to the 4.01 release branch of OCaml
  • yacc-force: Add a "force" feature to OCamlYacc to support the "lexer hack"
  • multicore: Add multicore support to OCaml
  • macros: Add macros to OCaml
  • check-injectivity: Compiler that warns if non-injectivity is hidden

Misc:

  • lpw25/readme: Contains this readme

Tags

OCaml Releases:

  • 4.00.0: OCaml version 4.00.0
  • 4.00.1: OCaml version 4.00.1
  • 4.01.0: OCaml version 4.01.0

Project Releases:

  • 4.00.0+open_types: OCaml version 4.00.0 with open types
  • 4.00.1+open_types: OCaml version 4.00.1 with open types
  • 4.01.0+open_types: OCaml version 4.01.0 with open types
  • 4.00.1+check-injectivity: OCaml version 4.00.1 that warns if non-injectivity is hidden

About

My experiments with and extensions to OCaml

Resources

Stars

Watchers

Forks

Packages

No packages published