package codept-lib

  1. Overview
  2. Docs
type token =
  1. | RS
  2. | RC
  3. | R
  4. | LS
  5. | LC
  6. | L
  7. | EOF
  8. | COMMA
  9. | COLON
  10. | ATOM of string
exception Error
OCaml

Innovation. Community. Security.