Added a note that I'm not going to do Python bindings for now.

This commit is contained in:
Richard Jones
2009-04-08 13:42:26 +01:00
parent 4144e2106c
commit 8dcc88f867
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
There are no Python bindings right now.
Know Python? Why not contribute some!
You will need to autogenerate them by adding the appropriate code
snippets to src/generator.ml. For inspiration, I suggest looking at
how the OCaml and Perl bindings were done.