Method: Racc::States#nfa
- Defined in:
- lib/racc/state.rb
#nfa ⇒ Object
102 103 104 105 106 107 |
# File 'lib/racc/state.rb', line 102 def nfa return self if @nfa_computed compute_nfa @nfa_computed = true self end |
102 103 104 105 106 107 |
# File 'lib/racc/state.rb', line 102 def nfa return self if @nfa_computed compute_nfa @nfa_computed = true self end |