Method: Parser#ExprEWE

Defined in:
lib/parser.rb

#ExprEWEObject



134
135
136
137
138
# File 'lib/parser.rb', line 134

def ExprEWE()
	result = Term()
	result = RestExpr(result)
	return result
end