module Treetop::Compiler::InlineModuleMixin

Attributes

module_name[R]

Public Instance Methods

compile(index, builder, rule) click to toggle source
# File lib/treetop/compiler/node_classes/inline_module.rb, line 6
def compile(index, builder, rule)
  @module_name = "#{rule.name.treetop_camelize}#{index}"
end