From 0a6f247ed66785d127b2a298ff71e4e6910a025d Mon Sep 17 00:00:00 2001 From: Jason Manuel Date: Fri, 26 May 2023 19:12:07 -0700 Subject: [PATCH] Remove obsolete FIXME There are no more set and dict words. --- concat/self_host/__main__.cat | 1 - 1 file changed, 1 deletion(-) diff --git a/concat/self_host/__main__.cat b/concat/self_host/__main__.cat index d6cfe8d..424eb36 100644 --- a/concat/self_host/__main__.cat +++ b/concat/self_host/__main__.cat @@ -78,7 +78,6 @@ $( ] $(dup $.file$[1] cast (file) [,] [,] pick $.read py_call nip [(),] [,] swap $transpile py_call) try - # FIXME: An empty dict {,} is parsed as a set. dup None is $([,] [pick$.file$[0], over, {},] execute$.execute py_call drop) if_not drop # drop the Python AST )