Module: Treetop::Compiler::Metagrammar::Sequence0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#labeled_sequence_primary ⇒ Object
878 879 880 |
# File 'lib/treetop/compiler/metagrammar.rb', line 878 def labeled_sequence_primary elements[1] end |
#space ⇒ Object
874 875 876 |
# File 'lib/treetop/compiler/metagrammar.rb', line 874 def space elements[0] end |