issues
search
alegnani
/
pancake-verifier
2
stars
0
forks
source link
Add missing keywords and operators to annotations
#32
Closed
alegnani
closed
1 month ago
alegnani
commented
1 month ago
Missing operators in annotations:
[X] bytes in word and base address: @biw, @base (fixes #30)
[X] bitwise and, or, xor: &, |, ^
[x] shift operators: <<, >>, >>>
Missing operators in annotations: