fn emit_atom(atom: &LowerAtom, scope_lets: &mut Vec<TokenStream>) -> TokenStreamExpand description
Emit the SEXP-producing expression for an atom.
Nested calls may themselves introduce new protect_raw lines; those are
pushed into scope_lets.
fn emit_atom(atom: &LowerAtom, scope_lets: &mut Vec<TokenStream>) -> TokenStreamEmit the SEXP-producing expression for an atom.
Nested calls may themselves introduce new protect_raw lines; those are
pushed into scope_lets.