diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-28 13:07:16 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-29 14:50:55 -0800 |
commit | 46e8b0c5e914c0283a08b0f08aa3cc7c381f47b8 (patch) | |
tree | dd8122e9123502309b702910820cc240b016c62b /mindmap/interpreter.org | |
parent | 97e5a140c34127fccdf6047d316c51785b6b52cd (diff) |
add kiwix; yasnippet macros; a couple new entries; update website
Diffstat (limited to 'mindmap/interpreter.org')
-rw-r--r-- | mindmap/interpreter.org | 13 |
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. |