- Class antlr::ASTFactory
- check all this code for possible use of references in stead of RefAST's.
- Member antlr::ASTFactory::make (ASTArray *nodes)
- FIXME! I have a feeling we can get rid of this ugly ASTArray thing
- Member antlr::CircularQueue< T >::elementAt (size_t idx) const
- this should use at or should have a check
- Class antlr::Parser
- add constructors with ASTFactory.
- Member antlr::ParserInputState::filename
- wrap this one..
- Class antlr::TokenBuffer
- : see if we can integrate this one with InputBuffer into one template or so.