Module: Treetop::Compiler::Metagrammar::ParsingEndlessRule0

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

Instance Method Summary collapse

Instance Method Details

#nonterminal ⇒ Object



1038
1039
1040
# File 'lib/treetop/compiler/metagrammar.rb', line 1038

def nonterminal
  elements[2]
end

#parsing_expression ⇒ Object



1042
1043
1044
# File 'lib/treetop/compiler/metagrammar.rb', line 1042

def parsing_expression
  elements[6]
end