Changes between Version 1 and Version 2 of Langbinding


Ignore:
Timestamp:
Aug 9, 2007, 9:38:50 PM (15 years ago)
Author:
René Rivera
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Langbinding

    v1 v2  
    55 * A description the interfaces and data, the ''binding''.
    66 * An instance of the ''binding'' for a particular language.
     7
     8
     9== Core ==
     10
     11The 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