package sawja

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type token =
  1. | Ident of string
  2. | ArrayIdx of int
  3. | Num of int64
  4. | HexNum of int64
  5. | Open
  6. | Close
  7. | Eq
  8. | SemiCol
  9. | Class
  10. | Static
  11. | TLong
  12. | TShort
  13. | TDouble
  14. | TFloat
  15. | TInt
  16. | TBool
  17. | TByte
  18. | TChar
  19. | ArrayType
  20. | ClassPart
  21. | ArrayPart
  22. | Eof