Contribute
==========

You can make a difference, just by:

- getting llvm-py to work on an as-yet-untested platform
- adding support for more LLVM features into llvm-py
- sending in patches for bugs you come across
- improving the test scripts and documentation
- spreading the word


Useful links:

- Google code hosting: http://code.google.com/p/llvm-py/[http://code.google.com/p/llvm-py/]
- Browse SVN: http://code.google.com/p/llvm-py/source/browse/[http://code.google.com/p/llvm-py/source/browse]
- Issues tracker: http://code.google.com/p/llvm-py/issues/list[http://code.google.com/p/llvm-py/issues/list]

SVN HEAD can be checked out like so:

----
$ svn co http://llvm-py.googlecode.com/svn/trunk/ llvm-py
----

Usual caveats apply: cutting edge, may be broken (but usually not),
update and merge before sending patches etc.

