# File lib/syntax/common.rb, line 75
    def tokenize( text, &block )
      start text, &block
      step until @text.eos?
      finish
    end