Module: Treetop::Compiler::Metagrammar::SequencePrimary4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
2007 2008 2009 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2007 def atomic elements[0] end |
#suffix ⇒ Object
2011 2012 2013 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2011 def suffix elements[1] end |