Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#tail ⇒ Object
1293 1294 1295 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1293 def tail super.elements.map {|elt| elt.optionally_labeled_sequence_primary } end |