diff options
| -rw-r--r-- | gen_code.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -204,6 +204,7 @@ ptree *t;  {  	if (t->type != LIST){  		gen_statement(t); +		fprintf(stdout, "\n;;STATEMENT BOUNDARY\n");  		return;  	} | 
|  | index : pascal_compiler | |
| Small compiler for a subset of pascal | 
| aboutsummaryrefslogtreecommitdiff | 
| -rw-r--r-- | gen_code.c | 1 | 
| @@ -204,6 +204,7 @@ ptree *t;  {  	if (t->type != LIST){  		gen_statement(t); +		fprintf(stdout, "\n;;STATEMENT BOUNDARY\n");  		return;  	} |