Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody1

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

Instance Method Summary collapse

Instance Method Details

#headObject



1260
1261
1262
# File 'lib/treetop/compiler/metagrammar.rb', line 1260

def head
  elements[0]
end

#tailObject



1264
1265
1266
# File 'lib/treetop/compiler/metagrammar.rb', line 1264

def tail
  elements[1]
end