Re: Another todo: Forth as compiler

2004-02-19 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > While the actual compiler code is evil, doing all sorts of things it > ought not do with absolute addresses (and therefore non-JITtable), > the forth compiler does work, and will compile things. It ought, > actually, to be able to be integrated in as a comp

Another todo: Forth as compiler

2004-02-19 Thread Dan Sugalski
While the actual compiler code is evil, doing all sorts of things it ought not do with absolute addresses (and therefore non-JITtable), the forth compiler does work, and will compile things. It ought, actually, to be able to be integrated in as a compiler. Your task, if you're interested, is to