Module: Treetop::Compiler::Metagrammar::SequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#atomic ⇒ Object
1955 1956 1957 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1955 def atomic elements[1] end |
#prefix ⇒ Object
1951 1952 1953 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1951 def prefix elements[0] end |