package pgn_to_tex

  1. Overview
  2. Docs

Module Pgn_logic.ParserSource

Sourcetype token =
  1. | TAG_OPEN
  2. | TAG_CLOSE
  3. | STRING of string
  4. | RPAREN
  5. | RESULT of string
  6. | NUMBER of string
  7. | NAG of string
  8. | MOVE of string
  9. | LPAREN
  10. | HEADER of string
  11. | EOF
  12. | COMMENT of string
  13. | CLOCK of string
Sourceexception Error