Benjamin Bott

Results 3 issues of Benjamin Bott

Instead of simply ignoring `asm` statements use their annotations to invalidate variables that are potentially modified by them. - https://github.com/goblint/analyzer/commit/e3af268163594212468a490abf9318c10ee9a803 are the changes required to make this compile after the...

feature
unsound
student-job
precision

Adds the new options `-e` and `-eq` to the regression tests that compiles and run the regression tests and then use the actual results of executing the assertions to check...

testing

Implements parsing of `asm goto` statements for #81 and tracking if a asm statement is basic or advanced as required for my thesis. This change requires https://github.com/bottbenj/analyzer/commit/e3af268163594212468a490abf9318c10ee9a803 in analyzer. This...

enhancement
student-job