# File lib/journey/nfa/builder.rb, line 67
      def transition_table
        tt = TransitionTable.new
        Visitor.new(tt).accept @ast
        tt
      end