Module Bisect_ppx.Exclude_parser

type token =
  1. | CLOSING_BRACKET
  2. | OPENING_BRACKET
  3. | SEMICOLON
  4. | FILE
  5. | NAME
  6. | REGEXP
  7. | EOF
  8. | STRING of string