Skip to content

ghilesZ/TestCoverage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestCoverage

Useful links:

OCaml's parsetree https://v2.ocaml.org/api/compilerlibref/Parsetree.html

How to compile with dune:

dune build

How to execute with dune: if you have a main.ml file

dune exec ./main.exe

Note the .exe !

How to get the parsetree of an OCaml program

ocamlc -dparsetree a.ml

Requirements

dune build system:

opam install dune

Library for conversion between parsetrees of different OCaml versions.

opam install ocaml-migrate-parsetree

Editors

Installing OCamlFormat using opam:

opam install ocaml-lsp-server
opam install ocamlformat

How to get merlin using opam :

opam install merlin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages