package flow_parser

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.62.0.tar.gz
md5=64cf27ab1e1982e58ca04f2115475aa0

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: 06 Jan 2018

Dependencies (6)

  1. wtf8
  2. sedlex < "2.0"
  3. dtoa
  4. ocamlbuild build
  5. ocamlfind build
  6. ocaml >= "4.03.0" & < "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None