# File lib/parser/lexer.rb, line 21715
  def stack_pop
    @top -= 1
    @stack[@top]
  end