David Vázquez Púa
David Vázquez Púa
I think it is important to provide a way to delegate the download of the package to the user. Right now we have a problem with an outage of Sourceforge...
@digitalkaoz I think it is better than not having it at all. But the result of the package will change if somebody has that dependency installed. Which could be installed...
I guess you are right 🙂 I don't remember anything about this word and it is not really used in other words so it is quite likely that I didn't...
The files are included as _text_ into the image. __core_fs is added by the linker, and it is the address of such a content in the image. We just give...
Hi @mczero80 > first thank you for this wonderful forth variant! I really like it. Thanks! I'll answer your questions in separate messages.
> I would like to modify keyboard.fs for my german keyboard, but I am really unsure how. There are a few different ways of doing that. Probably one of the...
> And the second question is perhaps a bit ridiculous, I don't know how to start the editor that you build! I don't find a word to execute for it....
> Third and last question (I hope), how to use the in-built assembler. Does it follow a particular forth assembler standard? Not really super standard, but I think it is...
That sounds great! The compiler is quite naive unfortunately, but any improvement is welcome! I would have liked to define a IR for the compilation instead, as I did in...
Yes, intermediate representation. It allows you to easily transform that representation before the code is emitted, so you can implement some optimizations. > I came across gbforth recently, and I...