From d3222ad60f2f9d445e7773c2ea92663f37576d7f Mon Sep 17 00:00:00 2001 From: hhaurubabo Date: Thu, 18 Nov 2021 12:05:43 +0800 Subject: [PATCH] update --- PA3/cool.y | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/PA3/cool.y b/PA3/cool.y index 566551e..77f7f02 100644 --- a/PA3/cool.y +++ b/PA3/cool.y @@ -6,12 +6,15 @@ /* You will want to change the following line. */ %type feature %type feature_list + %type formal %type formal_list + %type expr_list - %type expr_list_ + %type expr_list_param %type expr - %type let_ + %type let_expr + %type case_list %type case