diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 15:50:43 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-21 15:50:43 -0400 |
| commit | b58daa1469b36fdc7a8c3441ce33e0a6e6e61e0b (patch) | |
| tree | 8fe86cfa9a21f09e43516edbe88faedb963f94b3 /src/compile | |
| parent | 8bdc6ed0938c48d36dd1d5ec3ba86f82e472e375 (diff) | |
Deprecate more set stuff
Diffstat (limited to 'src/compile')
| -rw-r--r-- | src/compile/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
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) |
