Module: Treetop::Compiler::Metagrammar::Primary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1400 1401 1402 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1400 def atomic elements[1] end |
#prefix ⇒ Object
1396 1397 1398 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1396 def prefix elements[0] end |