Edit README.md
This commit is contained in:
parent
121d2aae7b
commit
4e94883441
@ -142,11 +142,11 @@ dust -d example.ds
|
|||||||
|
|
||||||
```text
|
```text
|
||||||
╭──────────────────────────────────────────────────────────────────────────────────╮
|
╭──────────────────────────────────────────────────────────────────────────────────╮
|
||||||
│ example.ds │
|
│ example.ds <---- file name │
|
||||||
│ │
|
│ │
|
||||||
│ let mut i = 0; while i < 10 { i += 1 }; │
|
│ let mut i = 0; while i < 10 { i += 1 }; <---- source code │
|
||||||
│ │
|
│ │
|
||||||
│ 6 instructions, 4 constants, 1 locals, returns none │
|
│ 6 instructions, 4 constants, 1 locals, returns none <---- summary │
|
||||||
│ │
|
│ │
|
||||||
│ Instructions │
|
│ Instructions │
|
||||||
│ ╭─────┬────────────┬─────────────────┬─────────────────────────────────────────╮ │
|
│ ╭─────┬────────────┬─────────────────┬─────────────────────────────────────────╮ │
|
||||||
|
Loading…
x
Reference in New Issue
Block a user