aboutsummaryrefslogtreecommitdiff
path: root/process
diff options
context:
space:
mode:
Diffstat (limited to 'process')
-rw-r--r--process/guide.md6
-rw-r--r--process/stepA_mal.gliffy (renamed from process/stepA_interop.gliffy)0
-rw-r--r--process/stepA_mal.png (renamed from process/stepA_interop.png)bin83168 -> 83168 bytes
-rw-r--r--process/stepA_mal.txt (renamed from process/stepA_interop.txt)2
4 files changed, 4 insertions, 4 deletions
diff --git a/process/guide.md b/process/guide.md
index 734dc32..1cae879 100644
--- a/process/guide.md
+++ b/process/guide.md
@@ -1151,15 +1151,15 @@ diff -urp ../process/step8_macros.txt ../process/step9_try.txt
### Step A: Interop and Self-hosting
-![stepA_interop architecture](stepA_interop.png)
+![stepA_mal architecture](stepA_mal.png)
Compare the pseudocode for step 9 and step A to get a basic idea of
the changes that will be made during this step:
```
-diff -urp ../process/step9_try.txt ../process/stepA_interop.txt
+diff -urp ../process/step9_try.txt ../process/stepA_mal.txt
```
-* Copy `step9_try.qx` to `stepA_interop.qx`.
+* Copy `step9_try.qx` to `stepA_mal.qx`.
* TODO/TBD
diff --git a/process/stepA_interop.gliffy b/process/stepA_mal.gliffy
index 7d4920f..7d4920f 100644
--- a/process/stepA_interop.gliffy
+++ b/process/stepA_mal.gliffy
diff --git a/process/stepA_interop.png b/process/stepA_mal.png
index 28dcb5b..28dcb5b 100644
--- a/process/stepA_interop.png
+++ b/process/stepA_mal.png
Binary files differ
diff --git a/process/stepA_interop.txt b/process/stepA_mal.txt
index 8d36f31..6c1e71e 100644
--- a/process/stepA_interop.txt
+++ b/process/stepA_mal.txt
@@ -1,4 +1,4 @@
---- stepA_interop -------------------------------
+--- stepA_mal -------------------------------
import types, reader, printer, env, core
READ(str): return reader.read_str(str)