On Tuesday 05 June 2007 12:50, jeff_p wrote: > Since you are now working on language plug-ins for Gnucap, does that > mean that the rest of the code will be (is?) language-independent?
Will be. > Is > there a plug-in interface class or set of classes that I would be > able to view in the 3/29 development release? Not for the languages, but you can get an idea from the devices, functions, and commands. All of them are already pluggable. The mechanism is the same. The plugins are ".so" or ".dll" files (or equivalent). The "dispatcher" manages them. There is a base class for each type of plugin. The actual code is in a derived class and accessed through virtual functions. You can put as much as you want in a plugin, including a collection of all types. _______________________________________________ Gnucap-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnucap-devel
