class Syntax::Tokenizer

def append( data )

Append the given data to the currently active chunk.
def append( data )
  @chunk << data
end