Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0

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

Instance Method Summary collapse

Instance Method Details

#optionally_labeled_sequence_primaryObject



1297
1298
1299
# File 'lib/treetop/compiler/metagrammar.rb', line 1297

def optionally_labeled_sequence_primary
  elements[1]
end

#spaceObject



1293
1294
1295
# File 'lib/treetop/compiler/metagrammar.rb', line 1293

def space
  elements[0]
end