Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1336 1337 1338 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1336 def atomic elements[1] end |
#prefix ⇒ Object
1332 1333 1334 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1332 def prefix elements[0] end |