-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the A1 #4
Comments
@Shmily8421
|
Emmmm, Could u say that in more details? |
2.1 Tai-e Classes You Need to Know The You can get this code from abstract class AbstractBinaryExp implements BinaryExp {
public List<RValue> getUses() {
return List.of(this.operand1, this.operand2);
}
}
Read the code and comments in the project with patience and good luck. :) |
Okay, I can understand the AST logic. |
Check the class So, maybe you need to check |
How could I get the value from statement? The
Lvalue
class and theRvalue
class is not aVar
classThe text was updated successfully, but these errors were encountered: