incise.transformers.core

exists?

(exists? transformer-with-name)

Check for the existance of a transformer with the given name.

get

(get transformer-name & more)

lookup-transformers

(lookup-transformers tkeys)

register

(register short-names transformer-fn)

Register a transformer function to a shortname.

A transformer function takes one argument which is a pares-like map. The return value is passed to the next transformer in the sequence.

transform

(transform data)

Take a Parse or parse-like map and pass it through the appropriate transformer.

transformers