From b3f11c5f62f725fa3f09452b38d52dba764f80d0 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 13 Apr 2009 18:32:03 +0100 Subject: Lots, mainly Python bindings. --- python/README-python-bindings | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 python/README-python-bindings (limited to 'python/README-python-bindings') diff --git a/python/README-python-bindings b/python/README-python-bindings deleted file mode 100644 index 4c5aa382..00000000 --- a/python/README-python-bindings +++ /dev/null @@ -1,7 +0,0 @@ -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