package camlrack

  1. Overview
  2. Docs

Module Camlrack.TokenizeSource

Sourcetype token =
  1. | LParen
  2. | LBrace
  3. | LBracket
  4. | RParen
  5. | RBrace
  6. | RBracket
  7. | Integer of int
  8. | Float of float
  9. | String of string
  10. | Symbol of string
Sourceval string_of_token : token -> string
Sourceval regexps : (Str.regexp * (string -> token)) list
Sourceval whitespace : Str.regexp
Sourceval tokenize : string -> token list
OCaml

Innovation. Community. Security.