everparse
everparse copied to clipboard
Fully specify integer parsers
The parsers for little-endian 16- and 32-bit numbers did not have any specification lemmas at all. The others did not have any constraints on the number of consumed bytes. (Although that follows from parser injectivity with a bit of effort.)
I also got rid of one rlimit by locally adding some SMT patterns. The rlimit didn't work at all for me in VS Code.