Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#optionally_labeled_sequence_primary ⇒ Object
1277 1278 1279 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1277 def optionally_labeled_sequence_primary elements[1] end |
#space ⇒ Object
1273 1274 1275 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1273 def space elements[0] end |