Jump to content

SOM:SOM Compiler: Difference between revisions

From NikiWiki
Prokushev (talk | contribs)
No edit summary
(No difference)

Revision as of 06:22, 4 November 2004

SOM Compiler is a tool to produce various file formats from Interface Defination Language files. SOM Compiler reads IDL file and produces abstract graph tree. Using abstract tree SOM Compiler generates object graph tree using classes like SOMTEntryC. After object graph is ready, SOM Compiler uses classes like SOMTEmitC to produce output file. SOM Compiler uses DLL-name based loading of classes libraries (other programs can user another approach, like WPS does. WPS uses Interface Repository to find corresponding class). Most of SOM Compiler classes libraries its implementation of corresponding emitter. Emitters can be created with help of Emitter Framework.