first, almost complete, version

This commit is contained in:
ceriel
1986-06-04 09:01:48 +00:00
parent db795bc07a
commit 9e0ab0029b
19 changed files with 458 additions and 309 deletions

View File

@@ -25,10 +25,10 @@ struct token {
#define TOK_STR tk_data.tk_str->s_str
#define TOK_SLE tk_data.tk_str->s_length
#define TOK_INT tk_data.tk_int
#define TOK_REL tk_data.tk_real
#define TOK_REL tk_data.tk_real
extern struct token dot, aside;
extern struct type *numtype;
extern struct type *toktype;
#define DOT dot.tk_symb
#define ASIDE aside.tk_symb