package morbig

  1. Overview
  2. Docs

Module Morbig.PretokenSource

Sourcetype t =
  1. | PreWord of string * CST.word_cst
  2. | IoNumber of string
  3. | Operator of Parser.token
  4. | EOF
  5. | NEWLINE
Sourceval string_of_pretoken : t -> string
Sourceval operators : (string, Parser.token) Hashtbl.t
Sourceval optoken_of_string : string -> t
Sourceval preword_of_operator : Parser.token -> string
Sourceval preword_of_pretoken : t -> t
OCaml

Innovation. Community. Security.