[Mono-list] using gmcs to emit code?
CheloXL
mvolmaro at hotmail.com
Wed May 27 19:20:32 EDT 2009
Hi,
I would like to use the mono compiler to transcode c# into another language
(specifically, actionscript).
I think it should be possible, but I don't have the least idea on where to
start. I already have something working using another parser, but since:
1) The license fees are prohibitive for me, and
2) I want to open source it
I can not use that parser. I would like to replace this parser with gmcs. I
know I will have to change a lot of things but that's not a problem.
Is there a way I can get a .dll that I can use as a part of my project?
Examples of simple things would be also welcomed (ex: instantiate the
parser, pass some files, compile to get the tree). I can then using the
debug get the information I need from the tree...
Directions?
--
View this message in context: http://www.nabble.com/using-gmcs-to-emit-code--tp23752584p23752584.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list