Public Vars

Back

parse-to-state-machine (clj)

(source)

function

(parse-to-state-machine body env terminators)
Takes an sexpr and returns a hashmap that describes the execution flow of the sexpr as a series of SSA style blocks.

Examples