Battle-plan for CTFE

Timon Gehr via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri May 13 08:58:36 PDT 2016


On 13.05.2016 15:59, Don Clugston wrote:
> All that's needed is a very simple bytecode interpreter.

Here is the one I have hacked together:
https://github.com/tgehr/d-compiler/blob/master/interpret.d

This file does both constant folding and byte-code interpretation for 
most of the language. I still need to implement exception handling.

I'll let you know when it passes interpret3.d. :)


More information about the Digitalmars-d-announce mailing list