aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw/glossary/compile/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-tw/glossary/compile/index.html')
-rw-r--r--files/zh-tw/glossary/compile/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/files/zh-tw/glossary/compile/index.html b/files/zh-tw/glossary/compile/index.html
new file mode 100644
index 0000000000..e65dfd2a32
--- /dev/null
+++ b/files/zh-tw/glossary/compile/index.html
@@ -0,0 +1,23 @@
+---
+title: 編譯
+slug: Glossary/Compile
+tags:
+ - 編寫
+ - 術語表
+translation_of: Glossary/Compile
+---
+<p>編譯是將給定編程語言中的計算機程式轉換成用另一種語言(通常是計算機可執行的二進制語言)編寫的相同程式的過程。</p>
+
+<h2 id="了解更多">了解更多</h2>
+
+<h3 id="基礎知識">基礎知識</h3>
+
+<ul>
+ <li>維基百科上的 {{Interwiki("wikipedia", "編譯器")}}</li>
+</ul>
+
+<h3 id="學習資源">學習資源</h3>
+
+<ul>
+ <li><a href="http://stackoverflow.com/a/1672/133203">在 StackOverflow 上的學習資料清單</a></li>
+</ul>