Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1292 1293 1294 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1292 def atomic elements[0] end |
#suffix ⇒ Object
1296 1297 1298 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1296 def suffix elements[1] end |