Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1982 1983 1984 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1982 def atomic elements[1] end |
#prefix ⇒ Object
1978 1979 1980 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1978 def prefix elements[0] end |