Returns the code in the given string with Hiccup-compatible data structures added.
Example
(code->hiccup"(+ 1 2)")
Source
(defncode->hiccup"Returns the code in the given string with Hiccup-compatible data structures added."[code](->>(ps/parsecode)(ps/flattennode->hiccup)(into[:span{}])))