From c11a494c1818fa0dd98d522de09fe61f021a16b4 Mon Sep 17 00:00:00 2001 From: justin Date: Sun, 17 Apr 2016 22:23:00 -0400 Subject: [PATCH] Moved section 5.6 support to an issue --- TODO | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/TODO b/TODO index 4ca96498..e49a9fda 100644 --- a/TODO +++ b/TODO @@ -9,17 +9,6 @@ Tier 0: - 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 - Library syntax (5.6): - supported: - - export - - import - - begin - - include - - rename - not supported: - - cond-expand - - include-ci - - export-all (but this is not standard, so ok!) Import sets (importing libraries, section 5.2): supported: