Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/formalsec/ast-gen


https://github.com/formalsec/ast-gen

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# Normalizer

- Install opam.
- Bootstrap the OCaml compiler:

```shell-session
opam init
opam switch create ecma-sl 4.14.1
eval $(opam env)
```

- Install the library dependencies:

```shell-session
opam update
opam install . --deps-only --with-test
```

- Build the application and run the available test suit:

```shell-session
dune build
dune test
dune install
```