Jump to content

SOM:Interface Definition Language

From NikiWiki
Revision as of 05:59, 4 November 2004 by Prokushev (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Interface Definetion Language (IDL) is core of System Object Model. All classes has definetion of its interface via IDL. With help of SOM Compiler IDL file can be translated to various formats, including various language bindings. For example, to produce C header you can run

sc -s"h" somcls.idl

to produce DEF file you can run

sc -s"def" somcls.idl

SOM Compiler uses emitter to produce corresponding language binding. You can create new bindings using Emitter framework.