Eldred Habert
Eldred Habert
The "themed" SVGs don't use the `` tag, so they wouldn't be affected anyway.
What we really need is to remove that hardcoded limit. Raising the limit would cause lvalues to become stupidly large; note also that strings get `strcpy`d *every time* they change...
By the way, according to some `perf` profiling, copying lvalues *is* currently the largest bottleneck in RGBASM by far. A WIP implementation of heap-stored strings can be found [in my...
Floating-point is not desirable because of being way far removed from what is desirable on the GB. It would be much more useful, however, to support arbitrary-precision fixed-point, i.e. not...
What use cases for more than 32 bits have arisen so far?
Might as well make it short-circuiting too (#619).
Well, RGBASM is actually very strongly typed, with expression syntax depending on the expected type, so the ternary operator could be separately implemented for strings.
Imo, an automated solution would fall flat too often to be worth the effort. A per-file override would work much better imo.
I agree they do make sense. However, I was thinking that they don't make the most sense as general descriptions of their pages' contents, rather most of them dive directly...
No, nothing is currently being done. "All" that there is, is [the `rgbds-deb` repo](https://github.com/ISSOtm/rgbds-deb), which has usage instructions [in its wiki](https://github.com/ISSOtm/rgbds-deb/wiki/Process); and really, that's everything that's needed. We can wire...