From b32e4160bead213fcdc62d75dbd5e9033ef9f505 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 16 Apr 2016 00:12:58 -0400 Subject: [PATCH] Noted library rename is supported, focus on FFI next --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 85d70b93..4ca96498 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,9 @@ will need a way of compiling this into the library, and for progs/libs importing 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 Library syntax (5.6): supported: @@ -12,8 +15,8 @@ Tier 0: - import - begin - include - not supported: - rename + not supported: - cond-expand - include-ci - export-all (but this is not standard, so ok!) @@ -26,9 +29,6 @@ Tier 0: - except - rename - prefix -- 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 Tier 1: