updated comment

pull/14/head
pca006132 2020-12-21 13:59:11 +08:00 committed by pca006132
parent 4ac5ec8b04
commit db342784bc
1 changed files with 1 additions and 1 deletions

View File

@ -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],