Add TODO for mutual recursion
authorSiraaj Khandkar <siraaj@khandkar.net>
Fri, 14 Sep 2018 13:38:02 +0000 (09:38 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Fri, 14 Sep 2018 13:38:02 +0000 (09:38 -0400)
compiler/src/lib/tiger/tiger_semant.ml

index 3a80f21..e372bc7 100644 (file)
@@ -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 =
This page took 0.017723 seconds and 4 git commands to generate.