| 7 | |
| 8 | |
| 9 | == Core == |
| 10 | |
| 11 | The core components define the language independent aspects of implementing the binding interfaces. |
| 12 | |
| 13 | * Plugin registration |
| 14 | * Registry of the plugins implementing individual bindings. |
| 15 | * Type registration |
| 16 | * Registry of all the types, and their relationships, in the plugins. |
| 17 | * Type conversion |
| 18 | * Algorithms for implicit conversion of registered types. |
| 19 | * Signature matching |
| 20 | * Matches a given source call to an available target call. |
| 21 | * Exception translation |
| 22 | * Registration of exception handlers to translate exceptions as they transition between languages. |
| 23 | |