Adds a list of token maps to the handler.
The names of the token maps to add.
A fallback method.
Optionally a priority.
Retrieves the first applicable token map in the configuration.
The token to parse.
A map that can parse the token.
Checks if a token is contained in one of the token mappings of this configuration.
The token to parse.
True if the token is contained in the mapping.
Maps a token to its "parse value" if it exists.
The token to parse.
A boolean, Character, or Macro.
Parses the given input with the first applicable token map.
The input for the parser.
The output of the parsing function.
Removes a list of token maps from the handler
The names of the token maps to remove.
A fallback method to remove.
Retrieves the map of the given name.
Name of the token map.
The map if it exists.
Class of token mappings that are active in a configuration.