본문 바로가기
Aaron[에런]/해외 블로그 발췌

[World Article #4] TypeScript/How the compiler compiles - Huy

by Aaron-Kim 2022. 5. 1.

타입스크립트 컴파일러 관련 간단한 글입니다.
여기서 소개하는 핵심은 TSCompiler 가 작동할 때,
Scanner(token 분석) - Parser(구문 분석) - Binder(AST, node 연결) - Symbol Table 순서의

일반적인 컴파일 과정과 Emitter에서 함수를 호출하여 나오는 Type Checker 과정이

유기적으로 작동한다는 것 같습니다.


[TypeScript/How the compiler compiles] - Huy

반응형

댓글