class Treetop::Compiler::ParsingExpression
def init_value(var_symbol)
def init_value(var_symbol) case var_symbol when :accumulator then '[]' when :start_index then 'index' else nil end end
def init_value(var_symbol) case var_symbol when :accumulator then '[]' when :start_index then 'index' else nil end end