From 8dcc88f867ab0bed24df49d8c0f347f1357bfffd Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 8 Apr 2009 13:42:26 +0100 Subject: Added a note that I'm not going to do Python bindings for now. --- python/README-python-bindings | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/README-python-bindings (limited to 'python/README-python-bindings') diff --git a/python/README-python-bindings b/python/README-python-bindings new file mode 100644 index 00000000..4c5aa382 --- /dev/null +++ b/python/README-python-bindings @@ -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. -- cgit