# File lib/racc/grammar.rb, line 113
    def nfa
      (@states ||= States.new(self)).nfa
    end