Eldred Habert

Results 458 comments of Eldred Habert

I was only talking about deprecating string conversions that don't yield a single conversion i.e. string conversions that aren't char conversions.

There's no major demand for single character quotes, either, moreso for a clear distinction between the "traditional" behaviour of languages, versus what RGBASM currently does. But if we replace the...

Given that `\@` is expanded *before* label lexing is performed, it can't expand to characters that are otherwise invalid in symbols, so I'm pretty sure this is unavoidable. Contrast anonymous...

Perhaps. Anonymous labels may also obsolete them for label purposes, less so for constants, but scope-local symbols cover those, I guess.

Macros are just leaky as hell, I guess!

Monospaced text should not be used for this, as it does not scale on small devices, and lacks accessibility.

> > The table loses the "visual" aspect of it. > > Why? What you are losing listing the bytes by rows instead of by columns? If you think that...

Nintendo's diagrams handle this by putting the long explanations outside of the table. For example, the fields could be given names, and then explained below. --- Bit 7 6 5...

Only with manually-written HTML tables, but as I mentioned further above, I can whip up a mdBook preprocessor that would generate those from more convenient syntax.

> Yes, we do. There are examples of "markdown can't do that, let's fall back to HTML" around the document and I don't see it as a bad thing. If...