Commit 89695495 authored by Milo Yip's avatar Milo Yip

Update internals.md

parent bb748364
......@@ -119,9 +119,9 @@ In this way the generation of array values or object members would be a single s
rather than several pop/push operations in the direct implementation.
This also makes the estimation of stack size more easier.
The final states diagram is shown below:
The states diagra is shown as follows:
<img src="diagram/iterative-parser-states-diagram.png" alt="States Diagram" height="400px"/>
![State Diagram](diagram/iterative-parser-states-diagram.png)
Second, the iterative parser also keeps track of array's value count and object's member count
in its internal stack, which may be different from a conventional implementation.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment