Module: Treetop::Compiler::Metagrammar::SequencePrimary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1625 1626 1627 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1625 def atomic elements[0] end |
#suffix ⇒ Object
1629 1630 1631 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1629 def suffix elements[1] end |