tromey / el-compilador

An SSA-based compiler for Emacs Lisp
206 stars 10 forks source link

emit initialization for non-primitive constants #8

Open tromey opened 7 years ago

tromey commented 7 years ago

A "non-primitive" constant, like a list, is currently not handled by the C back end. It should emit init code to construct the object and then simply refer to the symbol as needed.