Package fr.umlv.tatoo.runtime.buffer

Interface Summary
LexerBuffer A LexerBuffer represents a character stream on which a Lexer can operate.
LocationProvider A class that is able to map buffer positions to text locations.
TokenBuffer<D> A TokenBuffer provides a method used by developer to access tokens processed by a lexer.