Jungle Ide Background compiler customization

Monkey Forums/Monkey Programming/Jungle Ide Background compiler customization

ziggy(Posted 2013) [#1]
I've managed to rewrite the Jungle Ide Monkey Background compiler "thingy" in a way that it allows any version of trans to be converted to a backgrounc compiler version of itself, without changing a single line of code to the original transcc sources.

So, from next version (to further versions of Jungle Ide) all what will be required to anyone willing to make changes to trans and willing to have those changes also on the jungle ide background compiler, all what will be required will be:
1.- modify the OS module by the one that can be found here:
http://www.jungleide.com/?page_id=579
2- Install the jungle.stdio module that can be found in the same page
http://www.jungleide.com/?page_id=579
3- Build trans and rename output to junglembc.exe

That's it!

As a side effect of this, background compilation will be a bit faster on next Jungle Ide release. I'm also trying to get a C# console target going, so I can load the compiler assembly directly on jungleide and interchange information with it sharing the same memory, instead of using pipes. this should be a lot faster, but not yet done (and not an easy task if you ask me).