Mercurial > hg > Papers > 2018 > ryokka-thesis
view final_main/src/meta.c @ 5:eafc166804f3
fix Capter4.2,5,1
author | ryokka |
---|---|
date | Mon, 19 Feb 2018 18:44:59 +0900 |
parents | 93d26c4576d3 |
children |
line wrap: on
line source
__code meta(struct Context* context, enum Code next) { goto (context->code[next])(context); }