package stdcompat

  1. Overview
  2. Docs
type token =
  1. | Kwd of string
  2. | Ident of string
  3. | Int of int
  4. | Float of float
  5. | String of string
  6. | Char of char
val make_lexer : string list -> char Stream.t -> token Stream.t
OCaml

Innovation. Community. Security.