Johannes Åman Pohjola
Johannes Åman Pohjola
It would also be nice to have an intermediate mode, where a warning is emitted but I'm allowed to move on with my life.
I've been hacking on this for a couple of days. Multiplication should be unproblematic, but division less so. The main issue is that not all target platforms have a division...
During discussions today, we found that this only happens when the comment line lacks a newline at the end. The culprit is `skip_comment_def` from the Pancake lexer theory, so it's...
As far as I can tell, these already exist on the `translation_update` branch. Only the syntax is `&` and `|`. Does that work for you on the latest binary from...
As discussed with @Kswin01 in private correspondence though, the ones we have currently are bitwise not logical. While @Kswin01 can make do with them for now, it seems a silly...
Fixed in #999
The first of these has been addressed by #986
@mn200 should have the best idea of what is needed to get there.