package lib_parsing

  1. Overview
  2. Docs

Module Ast_fuzzySource

Sourcetype 'a wrap = 'a * tok
Sourcetype tree =
  1. | Parens of tok * (trees, tok) Common.either list * tok
  2. | Braces of tok * trees * tok
  3. | Angle of tok * trees * tok
  4. | Bracket of tok * trees * tok
  5. | Metavar of string wrap
  6. | Dots of tok
  7. | Tok of string wrap
Sourceand trees = tree list
Sourceval is_metavar : string -> bool
OCaml

Innovation. Community. Security.