ghilesZ / AnalyseAPITest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnalyseAPITest

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


Languages

Language:OCaml 97.5%Language:Shell 1.7%Language:Makefile 0.8%