summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-06-14 13:36:06 +0200
committerArmin Rigo <arigo@tunes.org>2012-06-14 13:36:06 +0200
commit8d47f5fa0b51941aaccf49b433f1b3bbebc32260 (patch)
treedaaad1eb3c6010b5ff15329ac0f77a1c88df0336 /README.md
parentcae76ff2e12e777d2bfe8137bedad5c0853d8475 (diff)
downloadcffi-8d47f5fa0b51941aaccf49b433f1b3bbebc32260.tar.gz
Mostly done. Listing two things missingcpy-extension
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 3 insertions, 20 deletions
diff --git a/README.md b/README.md
index 725eaea..bc8c360 100644
--- a/README.md
+++ b/README.md
@@ -22,28 +22,11 @@ Current status
Next steps
----------
-the verify() step, which should handle:
+the verify() step, which is missing:
-* completing "...;" structs
+* global variables
-* checking the other structs, and the arguments to functions, using the real C compiler
+* typedef ... some_integer_type;
-* simple "#define FOO value" macros
-
-* macros of the kind "#define funcname otherfuncname"
-
-* more complicated macros "#define foo(a, b, c) ..."
-
-* checking and correcting the value of the enum {} declarations
-
-* probably also fixing the array lengths, e.g. declared as a field "int foo[...];"
-
-generating C extensions:
-
-* this is needed anyway to call macros
-
-* faster, libffi-free way to call C code
-
-* partial blockers: callbacks (probably still use libffi)
_ffi backend for PyPy