Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1502 1503 1504 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1502 def atomic elements[0] end |
#suffix ⇒ Object
1506 1507 1508 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1506 def suffix elements[1] end |