Module: Treetop::Compiler::Metagrammar::Grammar1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration_sequence ⇒ Object
499 500 501 |
# File 'lib/treetop/compiler/metagrammar.rb', line 499 def declaration_sequence elements[5] end |
#grammar_name ⇒ Object
491 492 493 |
# File 'lib/treetop/compiler/metagrammar.rb', line 491 def grammar_name elements[2] end |
#space1 ⇒ Object
487 488 489 |
# File 'lib/treetop/compiler/metagrammar.rb', line 487 def space1 elements[1] end |
#space2 ⇒ Object
495 496 497 |
# File 'lib/treetop/compiler/metagrammar.rb', line 495 def space2 elements[3] end |