Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formalsec/ast-gen
https://github.com/formalsec/ast-gen
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/formalsec/ast-gen
- Owner: formalsec
- Created: 2024-03-12T14:34:32.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T16:12:01.000Z (9 months ago)
- Last Synced: 2024-04-12T23:34:28.009Z (9 months ago)
- Language: OCaml
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```