Object
# File lib/journey/nfa/builder.rb, line 63 def initialize ast @ast = ast end
# File lib/journey/nfa/builder.rb, line 67 def transition_table tt = TransitionTable.new Visitor.new(tt).accept @ast tt end
[Validate]
Generated with the Darkfish Rdoc Generator 2.