Module: Treetop::Compiler::Metagrammar::VariableLengthSequenceBody0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#optionally_labeled_sequence_primary ⇒ Object
1269 1270 1271 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1269 def optionally_labeled_sequence_primary elements[1] end |
#space ⇒ Object
1265 1266 1267 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1265 def space elements[0] end |