# File lib/racc/statetransitiontable.rb, line 43 def initialize(states) super() @states = states @grammar = states.grammar self.use_result_var = true self.debug_parser = true end