Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1987 1988 1989 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1987 def atomic elements[2] end |
#prefix ⇒ Object
1983 1984 1985 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1983 def prefix elements[0] end |