Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#optionally_labeled_sequence_primary ⇒ Object
1239 1240 1241 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1239 def optionally_labeled_sequence_primary elements[1] end |
#space ⇒ Object
1235 1236 1237 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1235 def space elements[0] end |