# File lib/racc/state.rb, line 101
    def nfa
      return self if @nfa_computed
      compute_nfa
      @nfa_computed = true
      self
    end