apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Factor out type data away from VM namespace #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Too much of the base type information lives in VM. It should be moved to a 
common namespace like Types or some such.

In general, the VM namespace should only contain stuff that's required 
exclusively by EpochVM. Everything else should be shared in some manner or at 
least in a different namespace.

Original issue reported on code.google.com by don.ap...@gmail.com on 15 Feb 2012 at 7:41

GoogleCodeExporter commented 9 years ago
Cleaned up and committed.

Original comment by don.ap...@gmail.com on 14 Nov 2012 at 4:19