Base class for all parser classes based on PLY
Most of this class was shamelessly stolen from the examples
PyFoam.Basics.PlyParser.
PlyParser
Bases: object
object
Base class for a lexer/parser that has the rules defined as methods
parse
Do the actual parsing :param content: String that is to be parsed :return: Result of the parsing
precedence
tokens