# File lib/treetop/compiler/node_classes/parsing_expression.rb, line 117
      def init_value(var_symbol)
        case var_symbol
        when :accumulator then '[]'
        when :start_index then 'index'
        else nil
        end
      end