view paper/src/meta.cbc @ 88:04a6b05666c1

update
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2021 14:00:28 +0900
parents 9950430ccc47
children
line wrap: on
line source

__code meta(struct Context* context, enum Code next) {
    goto (context->code[next])(context);
}