Module: Treetop::Compiler::Metagrammar::Choice1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#head ⇒ Object
1049 1050 1051 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1049 def head elements[0] end |
#tail ⇒ Object
1053 1054 1055 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1053 def tail elements[1] end |