tromey / el-compilador

An SSA-based compiler for Emacs Lisp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emit initialization for non-primitive constants

tromey opened this issue · comments

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.