# File lib/parser/lexer/stack_state.rb, line 31
    def active?
      @stack[0] == 1
    end