Module: Treetop::Compiler::Metagrammar::DeclarationSequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
565 566 567 |
# File 'lib/treetop/compiler/metagrammar.rb', line 565 def head elements[0] end |
#tail ⇒ Object
569 570 571 |
# File 'lib/treetop/compiler/metagrammar.rb', line 569 def tail elements[1] end |