Module: Treetop::Compiler::Metagrammar::DeclarationSequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
666 667 668 |
# File 'lib/treetop/compiler/metagrammar.rb', line 666 def head elements[0] end |
#tail ⇒ Object
670 671 672 |
# File 'lib/treetop/compiler/metagrammar.rb', line 670 def tail elements[1] end |