Add a flowchart for the interpreter.

Using PlantUML.
This commit is contained in:
Simon Forman
2022-09-19 13:22:31 -07:00
parent b2a1f40155
commit 668040f6c6
5 changed files with 69 additions and 0 deletions
+1
View File
@@ -112,6 +112,7 @@ Functions receive the current stack, expression, and dictionary and return the n
<p>The <strong>dictionary</strong> associates symbols (strings) with Joy expressions that define the
available functions of the Joy system. Together the stack, expression, and dictionary
are the entire state of the Joy interpreter.</p>
<p><img alt="joy_interpreter_flowchart.svg" src="/joy_interpreter_flowchart.svg"></p>
<h3>Stack / Quote / List / Sequence</h3>
<p>When talking about Joy we use the terms "stack", "quote", "sequence",
"list", and others to mean the same thing: a simple linear datatype that
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 9.1 KiB