Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
1275 1276 1277 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1275 def head elements[0] end |
#tail ⇒ Object
1279 1280 1281 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1279 def tail elements[1] end |