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.