Heapster: Add ability to negative bitvector permission expressions #1780
Labels
subsystem: heapster
Issues specifically related to memory verification using Heapster
type: feature request
Issues requesting a new feature or capability
Recently, I found myself wanting to write the following Heapster permission:
However, writing
64 - 8*i
isn't possible, as the grammar for permission expressions doesn't permit negation. We should add the ability to do this, translating a use of-
tobvNegate
.The text was updated successfully, but these errors were encountered: