Skip to content

Commit

Permalink
Refactor graph in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 19, 2017
1 parent d0cc4c1 commit e59fd10
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,17 @@ back to text, there’s a [**compiler**][compiler]. This is the
[**process**][process] of a **processor**.

```ascii
┌──────────────┐
┌─ │ Transformers │ ─┐
▲ └──────────────┘ ▼
└────────┐ ┌────────┘
│ │
┌────────┐ │ │ ┌──────────┐
Input ──▶ │ Parser │ ──▶ Tree ──▶ │ Compiler │ ──▶ Output
└────────┘ └──────────┘
| ....................... process() ......................... |
| ......... parse() ..... | run() | ..... stringify() ....... |
+--------+ +----------+
Input ->- | Parser | ->- Syntax Tree ->- | Compiler | ->- Output
+--------+ | +----------+
X
|
+--------------+
| Transformers |
+--------------+
```

###### Processors
Expand Down

0 comments on commit e59fd10

Please sign in to comment.