Initial revision

This commit is contained in:
ceriel
1987-02-24 17:05:53 +00:00
parent a731f979b0
commit bc94559e4d
16 changed files with 3123 additions and 0 deletions

11
lang/occam/comp/token.h Normal file
View File

@@ -0,0 +1,11 @@
/* token.h */
extern struct token {
long t_lval;
char *t_sval;
} token;
extern ind;
void repeat_token();
char *tokenname();
int tabulated();