1984-01-01から1年間の記事一覧

構文を解析してから実行する子

#include <stdio.h> #include <stdlib.h> #define MAXCODE 30000 #define MAXMEM 30000 int mem[MAXMEM]; int pt = 0; void (*optable[256])(); typedef void (*CodeType)(); char codebuf[MAXCODE]; void *code = codebuf; int codept = 0; #define codePrev(x) (codept-=sizeo</stdlib.h></stdio.h>…

test