Jump to content

SOM:SOM Compiler: Difference between revisions

From NikiWiki
No edit summary
Martini (talk | contribs)
No edit summary
 
Line 1: Line 1:
SOM Compiler is a tool to produce various file formats from [[SOM:Interface Definition Language|Interface Definition 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.  
Move to [http://www.edm2.com/index.php/SOM_Compiler]
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 it is implementation of corresponding [[emitter]]. Emitters can be created with help of [[Emitter Framework]].
 
[[Category:Redirects]]

Latest revision as of 17:14, 18 July 2017

Move to [1]