TokenMaps are the base components for the input parsers.
They provide a contains method that checks if a map is applicable (contains)
a particular string. Implementing classes then perform the actual token
parsing, from simple regular expression test, straight forward token mapping
to transformational functionality on the parsed string.
TokenMaps are the base components for the input parsers.
They provide a contains method that checks if a map is applicable (contains) a particular string. Implementing classes then perform the actual token parsing, from simple regular expression test, straight forward token mapping to transformational functionality on the parsed string.