Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
Adapt the approach taken in TSTL: https://agroce.github.io/issta17.pdf
That is, given a (fully reduce) input, output which bytes MUST have their values, and which can vary (plus which ranges they can vary over). Add some templates like "odd/even" and individual bit values as descriptions of allowed sets of byte values, and dynamically extract OneOf choices.