Skip to content

formalsec/ast-gen

Folders and files

NameName
Last commit message
Last commit date
Feb 6, 2025
Nov 28, 2024
Feb 5, 2025
Mar 28, 2025
Mar 12, 2025
Feb 19, 2025
Feb 5, 2025
Sep 14, 2024
Jul 15, 2024
Feb 5, 2025
Feb 5, 2025

Repository files navigation

Normalizer

  • Install opam.
  • Bootstrap the OCaml compiler:
opam init
opam switch create ecma-sl 4.14.1
eval $(opam env)
  • Install the library dependencies:
opam update
opam install . --deps-only --with-test
  • Build the application and run the available test suit:
dune build
dune test
dune install