Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#label ⇒ Object
1367 1368 1369 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1367 def label elements[0] end |
#sequence_primary ⇒ Object
1371 1372 1373 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1371 def sequence_primary elements[1] end |