package flow_parser

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.268.0.tar.gz
md5=b179a80aea922c4afbe1fe8a15b17770
sha512=70afc08a1c9319e8e22e33dedef49fde84fbe513ddd40f218756d6b551a6986334c1c2d2402ba0310084f9185a3de8d8bb538b937130ed8a3aca71f10450bcd0

doc/flow_parser/Lex_result/index.html

Module Lex_resultSource

Sourcetype t = {
  1. lex_token : Token.t;
  2. lex_loc : Loc.t;
  3. lex_errors : (Loc.t * Parse_error.t) list;
  4. lex_comments : Loc.t Flow_ast.Comment.t list;
}
Sourceval token : t -> Token.t
Sourceval loc : t -> Loc.t
Sourceval comments : t -> Loc.t Flow_ast.Comment.t list
Sourceval errors : t -> (Loc.t * Parse_error.t) list
Sourceval debug_string_of_lex_result : t -> string
OCaml

Innovation. Community. Security.