aboutsummaryrefslogtreecommitdiff
path: root/files/ru/glossary/compile/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/glossary/compile/index.html')
-rw-r--r--files/ru/glossary/compile/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/glossary/compile/index.html b/files/ru/glossary/compile/index.html
index f9a4efe6e7..bb2348800c 100644
--- a/files/ru/glossary/compile/index.html
+++ b/files/ru/glossary/compile/index.html
@@ -1,9 +1,10 @@
---
title: Compile
-slug: Словарь/Compile
+slug: Glossary/Compile
tags:
- Глоссарий
translation_of: Glossary/Compile
+original_slug: Словарь/Compile
---
<p>Компиляция - это процесс преобразования компьютерной программы, написанной на данном <a href="/ru/Словарь/Computer_Programming">языке</a>, в эквивалентную программу на другом языке. Компилятор - это программа для выполнения этой задачи. Иногда эту задачу называют также "assembling" или "build", что, как правило, свидетельствует о том, что выполняется не только компиляция, например, упаковка в двоичном формате.</p>