aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/compile_time/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-11-15 21:40:53 +0100
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-15 21:55:31 +0100
commit7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e (patch)
tree1e5d89ff08a80c6a5311b703cd11c2e91b342622 /files/fr/glossary/compile_time/index.md
parent6f6e297fbfa7867b1f42c4245df20f4282b3b083 (diff)
downloadtranslated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.gz
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.tar.bz2
translated-content-7a89da1bf309b748ff4f4be5b16f8d9d148cbe8e.zip
move *.html to *.md
Diffstat (limited to 'files/fr/glossary/compile_time/index.md')
-rw-r--r--files/fr/glossary/compile_time/index.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/files/fr/glossary/compile_time/index.md b/files/fr/glossary/compile_time/index.md
new file mode 100644
index 0000000000..41589d8739
--- /dev/null
+++ b/files/fr/glossary/compile_time/index.md
@@ -0,0 +1,20 @@
+---
+title: Moment de compilation
+slug: Glossary/Compile_time
+tags:
+ - CodingScripting
+ - Glossaire
+ - JavaScript
+translation_of: Glossary/Compile_time
+original_slug: Glossaire/Moment_de_compilation
+---
+<p>Le <em>moment de compilation</em> est le moment allant du premier chargement du programme jusqu'à la fin de son {{Glossary("parse","analyse syntaxique")}}.</p>
+
+<h2 id="Pour_approfondir">Pour approfondir</h2>
+
+<h3 id="Culture_générale">Culture générale</h3>
+
+<ul>
+ <li>{{Interwiki("wikipedia", "Compile time")}} sur Wikipédia (anglais)</li>
+ <li><a href="https://en.wikipedia.org/wiki/Compile_time">Compile Time</a> sur Wikipédia(anglais)</li>
+</ul>