HomePhorge

(PUP-2860) Separate models into meta and impl
2afa2b16fc65Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2860) Separate models into meta and impl

This separates the three models for the language, types and
bindings into separate files for the meta part and the implementation.
This is done in anticipation of future changes / alternative ways of
generating the logic and working with models.

Now, when the runtime model is wanted, it loads the meta part and
then mixes in the implementation.

This also separates the dependencies between the models; now the
PopsObject from the language model is not reused in the other models.

Event Timeline

Henrik Lindberg <henrik.lindberg@cloudsmith.com> committed rPU2afa2b16fc65: (PUP-2860) Separate models into meta and impl (authored by Henrik Lindberg <henrik.lindberg@cloudsmith.com>).Jul 27 2014, 5:00 PM