Module: Treetop::Compiler::Metagrammar::SequencePrimary2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2014 2015 2016 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2014 def atomic elements[2] end |
#prefix ⇒ Object
2010 2011 2012 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2010 def prefix elements[0] end |