key
key copied to clipboard
Translation of bitwise operators
- Adds missing taclets for intermediate JavaDL functions
unsignedshiftrightJlong
,xorJlong
,orJlong
, andandJlong
. Without these, one cannot use the Java operators>>>
,^
,|
, and&
with parameters of typelong
. - Fixes a bug in the taclets which pull a bitwise negation out of a modality, making them unusable. This was caused by a trivial mismatch between the program variables referenced in the taclets'
\find
and\replacewith
statements. This bug was not present in 208396f69e.