Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1528 1529 1530 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1528 def atomic elements[1] end |
#prefix ⇒ Object
1524 1525 1526 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1524 def prefix elements[0] end |