# File lib/syntax.rb, line 10
    def tokenize( text )
      yield Token.new( text, :normal )
    end