Module: Treetop::Compiler::Metagrammar::Sequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#labeled_sequence_primary ⇒ Object
810 811 812 |
# File 'lib/treetop/compiler/metagrammar.rb', line 810 def labeled_sequence_primary elements[1] end |
#space ⇒ Object
806 807 808 |
# File 'lib/treetop/compiler/metagrammar.rb', line 806 def space elements[0] end |