package flow_parser

  1. Overview
  2. Docs
The Flow parser is a JavaScript parser written in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

v0.159.0.tar.gz
md5=824010f5b4ac764a52d830890012aff2

Description

It produces an AST that conforms to ESTree. The Flow Parser can be compiled to native code or can be compiled to JavaScript using js_of_ocaml.

To find out more about Flow, check out https://flow.org.

Published: 10 Sep 2021

Dependencies (11)

  1. wtf8
  2. visitors build
  3. sedlex >= "2.3"
  4. ppx_gen_rec build
  5. ppx_deriving build
  6. ocamlfind build
  7. ocamlbuild build
  8. ocaml >= "4.10.2" & < "4.13~"
  9. dtoa >= "0.3.2"
  10. core_kernel >= "v0.14.1"
  11. base >= "v0.14.1"

Dev Dependencies

None

Used by

None

Conflicts

None