Added Pascal support

This commit is contained in:
ceriel
1990-12-11 13:53:01 +00:00
parent f997bd0be8
commit 64f8785d20
13 changed files with 566 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ struct literal {
/* structure for parameters */
struct param {
struct type *par_type; /* type of parameter */
long par_off; /* offset of parameter */
char par_kind; /* kind of parameter ('p', 'i', or 'v') */
};