We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3cbe5e commit 68d1972Copy full SHA for 68d1972
compiler/overview.md
@@ -0,0 +1,10 @@
1
+# 컴파일러
2
+
3
+## Front-end
4
+### 1. 어휘분석
5
+### 2. 구문분석
6
+### 3. 의미분석
7
+### 4. 코드 최적화(선택적)
8
9
+## Back-end
10
+### 1. 코드 생성
0 commit comments