Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The Token Module
val string_to_token : string -> token_type
Parses a string into a token
val token_to_string : token_type -> string
Transforms a token into a string
val token_to_litteral_string : token_type -> string
Transforms the value of a token into a string
val pretty_print : Format.formatter -> token_type -> unit
Pretty print a token
val print_token_list : token_type list -> unit
Prints a list of token