a keyword(String keyword, a meaning, var ParseState st)
Arguments
keyword: The keyword to match (as a regular expression)meaning: The value to return if there is a matchst: The current parsing state
Usage
Parse a specific keyword, returning the meaning of the keyword if it is found.