On 01/29/2013 03:14 AM, alex wrote:
On Tuesday, 29 January 2013 at 00:48:24 UTC, F i L wrote:
...
http://mono-d.alexanderbothe.com/?attachment_id=817
My progress so far. Lots of internals to manage though. The
execute-button isn't implemented yet but you can toggle the
"Automatically take the mixin at the caret location" button.
Concerning things like foo(1,2) - yes, the evaluation engine
directly takes the symbols straight out of its parsed modules. So
as you create a method body you'll be able to execute stuff
in-line. But yeah, remember that CTFE isn't implemented yet ;) -
Perhaps I'll do/finish it during the next GSoC.
...

Probably you should do JIT using System.Reflection.Emit.

Reply via email to