From db342784bc2d90b58afce6ec7bdb95037ddaa490 Mon Sep 17 00:00:00 2001 From: pca006132 Date: Mon, 21 Dec 2020 13:59:11 +0800 Subject: [PATCH] updated comment --- toy-impl/parse_expr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toy-impl/parse_expr.py b/toy-impl/parse_expr.py index 4fd3047..e699ca1 100644 --- a/toy-impl/parse_expr.py +++ b/toy-impl/parse_expr.py @@ -7,7 +7,7 @@ from inference import * # we assume having the following types: # bool, int32 with associated operations -# not handled now: named expression, if expression, type guard +# not handled now: named expression, type guard def parse_expr(ctx: Context, sym_table: dict[str, Type],