Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaurubabo committed Nov 18, 2021
1 parent 4cfba93 commit d3222ad
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions PA3/cool.y
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
/* You will want to change the following line. */
%type <feature> feature
%type <features> feature_list

%type <formal> formal
%type <formals> formal_list

%type <expressions> expr_list
%type <expressions> expr_list_
%type <expressions> expr_list_param
%type <expression> expr
%type <expression> let_
%type <expression> let_expr

%type <cases> case_list
%type <case_> case

Expand Down

0 comments on commit d3222ad

Please sign in to comment.