Skip to main content

emit_atom

Function emit_atom 

Source
fn emit_atom(atom: &LowerAtom, scope_lets: &mut Vec<TokenStream>) -> TokenStream
Expand description

Emit the SEXP-producing expression for an atom.

Nested calls may themselves introduce new protect_raw lines; those are pushed into scope_lets.