Module: Treetop::Compiler::Metagrammar::Sequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#labeled_sequence_primary ⇒ Object
1020 1021 1022 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1020 def labeled_sequence_primary elements[1] end |
#space ⇒ Object
1016 1017 1018 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1016 def space elements[0] end |