package liquidsoap-lang

  1. Overview
  2. Docs
type token =
  1. | STRING of string
  2. | RCUR
  3. | RBRA
  4. | NULL
  5. | LCUR
  6. | LBRA
  7. | INT of int
  8. | IDENTIFIER of string
  9. | FLOAT of float
  10. | EOF
  11. | COMMA
  12. | COLON
  13. | BOOL of bool
exception Error
OCaml

Innovation. Community. Security.