Hi My goal is to create something similar to: http://students.ceid.upatras.gr/~sxanth/lwc/Tutorial1.txt
where IL is used instead of c++. The goal is to abstract using OOP design and then generate c code of my structures and controller class libraries. Since it will be for low end devices i know I need to implement System.Net and other .net classes .. I understand this but initially the goal is just for code generation to c of my oop design. I'm choosing c because for low end devices there exists a c compiler for all of them. [quote source=http://www.mono-project.com/Mono:Runtime] Tree Pattern Matching The new JIT engines uses three intermediate representations: the source is the CIL which is transformed into a forest of trees; This is fed into a BURS instruction selector that generates the final low- level intermediate representation. There are a couple of books that deal with this technique: "A Retargetable C Compiler" and "Advanced Compiler Design and Implementation" are good references. [/quote] Please critique the principal .. i may be going about this the wrong way... Is anyone using cecil to retarget to other architectures/languages? --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
