Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#optionally_labeled_sequence_primary ⇒ Object
1469 1470 1471 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1469 def optionally_labeled_sequence_primary elements[1] end |
#space ⇒ Object
1465 1466 1467 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1465 def space elements[0] end |