Module: Treetop::Compiler::Metagrammar::Grammar1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#declaration_sequence ⇒ Object
524 525 526 |
# File 'lib/treetop/compiler/metagrammar.rb', line 524 def declaration_sequence elements[5] end |
#grammar_name ⇒ Object
516 517 518 |
# File 'lib/treetop/compiler/metagrammar.rb', line 516 def grammar_name elements[2] end |
#space1 ⇒ Object
512 513 514 |
# File 'lib/treetop/compiler/metagrammar.rb', line 512 def space1 elements[1] end |
#space2 ⇒ Object
520 521 522 |
# File 'lib/treetop/compiler/metagrammar.rb', line 520 def space2 elements[3] end |