class Treetop::Compiler::Grammar

def indent_level

def indent_level
  input.column_of(interval.begin) - 1
end