From: Rick M. <rm...@la...> - 2013-06-06 21:23:59
|
On Jun 6, 2013, at 14:13 , John Myers <ato...@gm...> wrote: > Right now the front end needs more work then the back. The back end should be able to compile most programs. So most of the more important needs are in the front end like, inline asm, making a proper toolchain, and making it more cross-compiler friendly. I'm assuming we're using clang, correct? Does that mean the parsing is done, we just need something in the middle to interpret the strings passed to the inline asm directives? I'm still not sure where that lives, but I'm happy to contribute any way I can. -- Rick |