#include <archon/util/lexer.H>
Inheritance diagram for Archon::Utilities::Lexer::Context:
Public Member Functions | |
virtual | ~Context () |
virtual void | lexerError ()=0 |
The context of the lexer which must be derived from this class has in it the methods that may be associated with lexer rules. And it would typically also hold some amount of state and reference to other contextual objects such as symbol tables and the like.
Definition at line 132 of file lexer.H.