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