Module: Treetop::Compiler::Metagrammar::DeclarationSequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
547 548 549 |
# File 'lib/treetop/compiler/metagrammar.rb', line 547 def head elements[0] end |
#tail ⇒ Object
551 552 553 |
# File 'lib/treetop/compiler/metagrammar.rb', line 551 def tail elements[1] end |