mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Noted library rename is supported, focus on FFI next
This commit is contained in:
parent
68d07bc988
commit
b32e4160be
1 changed files with 4 additions and 4 deletions
8
TODO
8
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)
|
those may just be able to simply each rename to refer to the renamed identifier)
|
||||||
|
|
||||||
Tier 0:
|
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 support
|
||||||
Library syntax (5.6):
|
Library syntax (5.6):
|
||||||
supported:
|
supported:
|
||||||
|
@ -12,8 +15,8 @@ Tier 0:
|
||||||
- import
|
- import
|
||||||
- begin
|
- begin
|
||||||
- include
|
- include
|
||||||
not supported:
|
|
||||||
- rename
|
- rename
|
||||||
|
not supported:
|
||||||
- cond-expand
|
- cond-expand
|
||||||
- include-ci
|
- include-ci
|
||||||
- export-all (but this is not standard, so ok!)
|
- export-all (but this is not standard, so ok!)
|
||||||
|
@ -26,9 +29,6 @@ Tier 0:
|
||||||
- except
|
- except
|
||||||
- rename
|
- rename
|
||||||
- prefix
|
- 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:
|
Tier 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue