Compiler Design 2023

Testcase c20 of Assignment 3:
// syntactically legal, but semantically incorrect
void main() {  
 b = +-!!+1.2;
}

c20