Please feel free to submit patches for any of the TODO items below.  If you
want a particular feature that's not on the list, let me know.  In no
particular order:

  - Go through the TODOs and FIXMEs in the source
  - Improve documentation
  - Implement Fixed type
  - Implement Long Double type
  - Complete wide types
  - Handle internal errors more gracefully (raise appropriate exceptions)
  - Better TypeCode support
  - Fix structs and exceptions so they don't require keywords
  - Rewrite test suite to be more comprehensive
  - Examples
  - Coerce basic types into CORBA::Any
  - Implement _narrow()

BUGS
----
  - Interface conflict resolution for idl proprocessing: if both foo.idl 
    and bar.idl define Foo::Bar, foo.idl exists in . and bar.idl in 
    /usr/share/idl, load only ./foo.idl.

