Add a flowchart for the interpreter.
Using PlantUML.
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user