source-academy / java-slang

Implementation of the Java language in TypeScript
Apache License 2.0
1 stars 0 forks source link

ECE - Evaluate ClassInstanceCreationExpression and Qualified Names #20

Closed xyliew25 closed 7 months ago

xyliew25 commented 7 months ago

@1001mei do you mind reviewing the changes done to AST?

Point to note, I reverted MethodName back to Identifier, with reference to PR#19.