|
|
BSD 4.2
typedef struct exprnode {
union {
short value;
char *symb;
} val;
char isleaf;
char issymb;
EXPR *lbra;
EXPR *rbra;
} EXPR
typedef struct instrline {
short tok;
short bitskel;
short arg1;
union {
short reg;
EXPR *expr;
} arg2;
} INST
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.