source-academy / java-slang

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

ECE - Evaluate Assignment #16

Closed xyliew25 closed 5 months ago

xyliew25 commented 5 months ago

Check commits.

Point to note, the yarn build command is defined to facilitate local development/testing of multiple repos via yarn link. The other repo should import from dist after built (I encountered Webpack parsing errors using imports from src).

xyliew25 commented 5 months ago

@1001mei @bryanlohxz could y'all review if the changes on AST is alright?

1001mei commented 5 months ago

Yes, the changes look fine to me.