GCCJIT Bindings for D
    Iain Buclaw via Digitalmars-d-announce 
    digitalmars-d-announce at puremagic.com
       
    Sun Jan  4 09:44:25 PST 2015
    
    
  
On Saturday, 27 December 2014 at 09:53:42 UTC, Iain Buclaw wrote:
> For a more practical example, I've added an example jit 
> compiled brainf*** interpreter.
>
> https://github.com/ibuclaw/gccjitd/blob/master/tests/brainf.d
>
Another practical example has been published which implements a 
made up toy language using the gccjitd library as a backend.
Using a vistor class to split backend and frontend was 
shamelessly borrowed from DMD.  :)
https://github.com/ibuclaw/gccjitd/tree/master/tests/toy
This I plan to be the last example that will be pushed in.
Regards
Iain.
    
    
More information about the Digitalmars-d-announce
mailing list