Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2034 2035 2036 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2034 def atomic elements[2] end |
#prefix ⇒ Object
2030 2031 2032 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2030 def prefix elements[0] end |