Module: Treetop::Compiler::Metagrammar::Primary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1151 1152 1153 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1151 def atomic elements[1] end |
#prefix ⇒ Object
1147 1148 1149 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1147 def prefix elements[0] end |