adrian-thurston / colm

The Colm Programming Language
MIT License
164 stars 31 forks source link

need to include exports in C code so we can fetch it without needing the C++ interface #116

Open adrian-thurston opened 4 years ago

adrian-thurston commented 4 years ago

So far exporting is only possible from C++. Need to also include exports in the C code as a reference to the global id, then we can fetch the exports with a call to colm_get_global.