LRParser                The LR Parsing engine
LexToken                Lex Token
Lexer                   Lexing Engine
NullLogger              Null logger is used when no output should be
                        generated.
RlyLogger               Print log message to file or console.
YaccProduction          Object sent to grammar rule
lex                     Build a lexer
yacc                    Build a parser
