Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ast/base.ts
모듈은 전반적으로 hack 덩어리라 당분간은 여기서 any를 줄이는 게 어려울 것 같습니다. 여기서 뭔가 해 보려면 ast 모듈에 대한 전반적인 구조 개선이 필요합니다.builtin 모듈의 Yaksok 클래스를 ast 모듈의 Def와 어떻게든 연관지어야 일이 쉬워질 것 같은데 일단 여기서는 그대로 두었습니다. 이 때문에 analyzer 모듈의 동작이 기존과 조금 달라졌을 수 있습니다.