key icon indicating copy to clipboard operation
key copied to clipboard

Translation of bitwise operators

Open ChristianHein opened this issue 1 year ago • 3 comments

  • Adds missing taclets for intermediate JavaDL functions unsignedshiftrightJlong, xorJlong, orJlong, and andJlong. Without these, one cannot use the Java operators >>>, ^, |, and & with parameters of type long.
  • 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.

ChristianHein avatar Jun 15 '23 12:06 ChristianHein