Soople.dev
Kotlin
CS
2024.07.01
Kotlin Compiler 이야기
2.0으로 나아가기 전, 되짚을 만한 역사
# Table
▶
Before 2.0
Compiler 101
Parser
Semantic Analyzer
Backend with IR
Why 2.0
Before 2.0
지난 5월 21일, Kotlin 2.0.0이 공식 릴리즈되었습니다. 이는 K2 컴파일러의 Stable을 의미하기도 하죠.
Compiler 101
Parser
Semantic Analyzer
Backend with IR
Why 2.0