krfkeith / decac

Automatically exported from code.google.com/p/decac
GNU General Public License v3.0
0 stars 0 forks source link

Module imports need to be coded up #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need to code ImportedModule classes as a subclass of Scope so that look-ups can 
be done into child modules, parent modules, and imported modules.

Original issue reported on code.google.com by eligottlieb@gmail.com on 27 Apr 2011 at 6:26

GoogleCodeExporter commented 9 years ago

Original comment by eligottlieb@gmail.com on 27 Apr 2011 at 6:42

GoogleCodeExporter commented 9 years ago
Switched to different way of compiling expressions.  Compiling a reference to 
an imported symbol can now compare "where am I being compiled" to "where do I 
come from", and emit an LLVM external declaration to "where am I being 
compiled" if necessary.

Original comment by eligottlieb@gmail.com on 24 Oct 2011 at 11:30