# File lib/saikuro.rb, line 396
  def parse_token(token)
    if token.is_a?(TkNL)
      @lines += 1
      @run = false
    end
  end