Module: DhallishGrammar::ApplicationExpression3

Defined in:
lib/DhallishGrammar.rb

Instance Method Summary collapse

Instance Method Details

#to_nodeObject



4499
4500
4501
4502
4503
# File 'lib/DhallishGrammar.rb', line 4499

def to_node()
	tail.elements.reduce(fn.to_node()) { |tree, node|
		Dhallish::Ast::FunctionCallNode.new(tree, node.exp.arg.to_node())
	}
end