From e3bddf07794de0b003270afa0a56da33f2b9526c Mon Sep 17 00:00:00 2001 From: gauthiier Date: Mon, 9 Jan 2023 10:37:53 +0100 Subject: [PATCH] comp-int --- img/compiler.svg | 1 + img/interpreter.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 img/compiler.svg create mode 100644 img/interpreter.svg diff --git a/img/compiler.svg b/img/compiler.svg new file mode 100644 index 0000000..8394abe --- /dev/null +++ b/img/compiler.svg @@ -0,0 +1 @@ +Source CodeCompilerMachine Code(.exe)Execution/OutputSyntax / Compilation ErrorsRuntime Errors \ No newline at end of file diff --git a/img/interpreter.svg b/img/interpreter.svg new file mode 100644 index 0000000..d4c016a --- /dev/null +++ b/img/interpreter.svg @@ -0,0 +1 @@ +Source CodeInterpreterSyntax / Interpretation ErrorsExecution/OutputRuntime Errors \ No newline at end of file