aboutsummaryrefslogtreecommitdiff
path: root/mypc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mypc.c')
-rw-r--r--mypc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mypc.c b/mypc.c
index e8deeb1..3d1401c 100644
--- a/mypc.c
+++ b/mypc.c
@@ -65,6 +65,12 @@ union YYSTYPE* y;
fprintf(stderr, "[WHILE]");
} else if (d == DO){
fprintf(stderr, "[DO]");
+ } else if (d == FOR){
+ fprintf(stderr, "[FOR]");
+ } else if (d == TO){
+ fprintf(stderr, "[TO]");
+ } else if (d == DT){
+ fprintf(stderr, "[DOWNTO]");
} else if (d == NOT){
fprintf(stderr, "[NOT]");
} else if (d == DOTS){