Skip to content

formalsec/ast-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages