class Syntax::Tokenizer
def step
Subclasses must implement this method, which is called for each iteration
def step raise NotImplementedError, "subclasses must implement #step" end
def step raise NotImplementedError, "subclasses must implement #step" end