Module: Treetop::Compiler::Metagrammar::DeclarationSequence1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
371 372 373 |
# File 'lib/treetop/compiler/metagrammar.rb', line 371 def head elements[0] end |
#tail ⇒ Object
375 376 377 |
# File 'lib/treetop/compiler/metagrammar.rb', line 375 def tail elements[1] end |