class Treetop::Compiler::Choice

def compile(address, builder, parent_expression = nil)

def compile(address, builder, parent_expression = nil)
  super
  begin_comment(self)
  use_vars :result, :start_index
  compile_alternatives(alternatives)
  end_comment(self)
end