class Treetop::Runtime::SyntaxNode

def <=>(other)

def <=>(other)
  self.interval.first <=> other.interval.first
end