.Pollenparse

function defined in module Pollen


			parse(io, format)
parse(path, format)
parse(str, format)

Parse source in format into a tree. Input can come from an io::IO or a string str.


			parse(path)

Parse source in AbstractPath path into a tree. extensionformat is used to find the correct Format to use.