From b58daa1469b36fdc7a8c3441ce33e0a6e6e61e0b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 21 Sep 2025 15:50:43 -0400 Subject: Deprecate more set stuff --- src/compile/README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compile') diff --git a/src/compile/README.md b/src/compile/README.md index 2d26249d..df76d648 100644 --- a/src/compile/README.md +++ b/src/compile/README.md @@ -26,7 +26,6 @@ This directory contains the source files for actual cross-compilation - Pointers (`@` and `&`): [pointers.c](pointers.c) - Type promotions of values: [promotions.c](promotions.c) - Reductions (`(+: nums)`): [reductions.c](reductions.c) -- Sets (`|1, 2, 3|`): [sets.c](sets.c) - General logic for compiling statements: [statements.c](statements.c) - Structs (`struct`): [structs.c](structs.c) - Tables (`{1=10, 2=20}`): [tables.c](tables.c) -- cgit v1.2.3