Võ Minh Thu
Võ Minh Thu
Yes it does. I guess I'll use it until I convert everything to the Explicit variant. Thanks for the quick reply and the workaround. I now think I've seen the...
Reading the README by itself is fine and is a nice tutorial. But really following it and checking how it is done in the repo, or reading the repo and...
Using Haskell (maybe with JHC) to write something similar to busybox or toybox would be great :) but given how Aboriginal still uses busybox instead of toybox, I guess this...
Being a preprocessor, I thought it could (or even should) be implemented separately from the main parser (provided by language-glsl). But it seems it would be better to include it...
@nphollon I don't think I will have time to work on this but would happily accept a patch.
Hi, I'm not at all experienced in assembly, but my guess is that it defines `t0` to be `UART_BASE` 5 lines above. Then at the line you highlighted, it defines...
> What is the advantage over special args? Do you have an example? Special args are for the flake case, and I'm in a project that is not using flakes.