aboutsummaryrefslogtreecommitdiff
path: root/mindmap/interpreter.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-28 13:07:16 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-29 14:50:55 -0800
commit46e8b0c5e914c0283a08b0f08aa3cc7c381f47b8 (patch)
treedd8122e9123502309b702910820cc240b016c62b /mindmap/interpreter.org
parent97e5a140c34127fccdf6047d316c51785b6b52cd (diff)
add kiwix; yasnippet macros; a couple new entries; update website
Diffstat (limited to 'mindmap/interpreter.org')
-rw-r--r--mindmap/interpreter.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/mindmap/interpreter.org b/mindmap/interpreter.org
new file mode 100644
index 0000000..4181fd5
--- /dev/null
+++ b/mindmap/interpreter.org
@@ -0,0 +1,13 @@
+:PROPERTIES:
+:ID: 2193dd78-50c4-4119-832a-e04c707687df
+:END:
+#+title: interpreter
+#+author: Preston Pan
+#+html_head: <link rel="stylesheet" type="text/css" href="../style.css" />
+#+html_head: <script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
+#+html_head: <script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
+#+options: broken-links:t
+* Introduction
+An interpreter in programming is a computer program that runs another
+computer program. A formal definition of these concepts are required
+in order to make sense of it.