Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/stub.cbc @ 30:55f67e448dcc
Add type system description
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 26 Jan 2017 11:03:51 +0900 |
parents | 34de798b11c3 |
children | ebe838b83ada |
line wrap: on
line source
__code put(struct Context* context, struct Tree* tree, struct Node* root, struct Allocate* allocate) { /* ... */ } __code put_stub(struct Context* context) { goto put(context, &context->data[Tree]->tree, context->data[Tree]->tree.root, &context->data[Allocate]->allocate); }