package stog

  1. Overview
  2. Docs
type token =
  1. | Attribute of string
  2. | String of string
  3. | LPAR
  4. | RPAR
  5. | EQUAL
  6. | AND
  7. | OR
  8. | NOT
  9. | COLON
  10. | EOF
OCaml

Innovation. Community. Security.