package setr

  1. Overview
  2. Docs
type token =
  1. | LB
  2. | RB
  3. | EOF
  4. | TRUE
  5. | FALSE
  6. | HELP
  7. | IDENT of string
  8. | INT of string
  9. | STRING of string