Module: Treetop::Compiler::Metagrammar::Primary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1416 1417 1418 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1416 def atomic elements[1] end |
#prefix ⇒ Object
1412 1413 1414 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1412 def prefix elements[0] end |