Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1670 1671 1672 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1670 def atomic elements[1] end |
#prefix ⇒ Object
1666 1667 1668 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1666 def prefix elements[0] end |