From def58eef7daa1f1a72081baf32d8e388acd9064b Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Fri, 14 Sep 2018 09:38:02 -0400 Subject: [PATCH] Add TODO for mutual recursion --- compiler/src/lib/tiger/tiger_semant.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/src/lib/tiger/tiger_semant.ml b/compiler/src/lib/tiger/tiger_semant.ml index 3a80f21..e372bc7 100644 --- a/compiler/src/lib/tiger/tiger_semant.ml +++ b/compiler/src/lib/tiger/tiger_semant.ml @@ -57,6 +57,7 @@ end = struct check_same {exp=(); ty=Type.Int} expty ~pos (* TODO: actual_ty *) + (* TODO: mutual recursion *) let rec transExp ~env exp = let rec trexp exp = -- 2.20.1