package dolmen

  1. Overview
  2. Docs
type token =
  1. | ZERO
  2. | P
  3. | NEWLINE
  4. | INT of int
  5. | EOF
  6. | CNF