module Treetop::Compiler::InlineModuleMixin

def compile(index, builder, rule)

def compile(index, builder, rule)
  @module_name = "#{rule.name.treetop_camelize}#{index}"
end