Module: Treetop::Compiler::Metagrammar::ParsingRule1

Defined in:
lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#nonterminalObject



767
768
769
# File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 767

def nonterminal
  elements[2]
end

#parsing_expressionObject



775
776
777
# File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 775

def parsing_expression
  elements[5]
end

#spaceObject



763
764
765
# File 'lib/vendor/treetop/lib/treetop/compiler/metagrammar.rb', line 763

def space
  elements[1]
end