From 11319808bc23285ff329ebd3057335667830cf30 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 27 Apr 2016 01:22:35 -0400 Subject: [PATCH] Removed completed items --- TODO | 8 -------- 1 file changed, 8 deletions(-) diff --git a/TODO b/TODO index e31f6d84..aef8b815 100644 --- a/TODO +++ b/TODO @@ -1,14 +1,6 @@ Initiatives: -add rename support to library syntax, start by looking at lib:exports. -will need a way of compiling this into the library, and for progs/libs importing the library (although -those may just be able to simply each rename to refer to the renamed identifier) - Tier 0: -- FFI - - want to create an example program (lib?) that does something interesting, like make a cURL request - for that, will need to be able to include the appropriate C header(s), and link to the appropriate C libraries - - Library support Import sets (importing libraries, section 5.2):