package dolmen

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