Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
1475 1476 1477 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1475 def head elements[0] end |
#tail ⇒ Object
1479 1480 1481 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1479 def tail elements[1] end |