Skip to content

Commit 8f8664c

Browse files
committed
add image of evaluation
1 parent cbc3d92 commit 8f8664c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/02_parsing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Parsing
22
------------
3-
[img](../img/WYAS-Text-To-Eval.png)
3+
![img](../img/WYAS-Text-To-Eval.png)
44
## What is Parsing?
55
**lexeme** the basic lexical unit of meaning.
66
**token** structure representing a lexeme that explicitly indicates its categorization for the purpose of parsing.

docs/03_evaluation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Evaluation, Part 1
22
------------
33
#### Evaluation Context
4-
LispVal.hs defines our key data structre for evaluation:
4+
![../img/WYAS-Eval-If-Statement.png]
5+
LispVal.hs defines our key data structure for evaluation:
56

67
ski, notes:
78
in the first `begin' case, you could call `evalBody [rest]', and in the second case, you could call `evalBody rest' (and then perhaps rename one or both of those `rest's, to avoid confusion)

img/WYAS-Eval-If-Statement.png

65 KB
Loading

0 commit comments

Comments
 (0)