source-academy / java-slang

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

ECE - Evaluate Inheritance and Method Overriding Resolution #21

Closed xyliew25 closed 4 months ago

xyliew25 commented 4 months ago

Hi @bryanlohxz @1001mei, could you help to review the changes done in src/ast, e.g., Location extraction, etc.

Also, I've been writing test cases for AST extraction to keep track of the supported scope. As your intended sublanguage scope may be bigger, you could build on the test suite too :)