Module: Treetop::Compiler::Metagrammar::DeclarationSequence1

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#headObject



686
687
688
# File 'lib/treetop/compiler/metagrammar.rb', line 686

def head
  elements[0]
end

#tailObject



690
691
692
# File 'lib/treetop/compiler/metagrammar.rb', line 690

def tail
  elements[1]
end