Expand description
Generic spec loader — thin wrapper around tatara_lisp::compile_typed.
Parses a Lisp source string into a typed TataraDomain value,
returning either a single value (load_one) or all values in
document order (load_all). Exists mostly so that call sites
don’t have to import tatara_lisp directly.