summaryrefslogtreecommitdiff
path: root/vm1
diff options
context:
space:
mode:
Diffstat (limited to 'vm1')
-rw-r--r--vm1/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/vm1/README.md b/vm1/README.md
index d95ec46..7c3cd01 100644
--- a/vm1/README.md
+++ b/vm1/README.md
@@ -7,13 +7,14 @@ portable Go execution environment.
```mermaid
graph LR
-s:::hidden --> |source| a(scanner)
+s[ ] --> |source| a(scanner)
--> |tokens| b(parser)
--> |AST| c(codegen)
--> |bytecode| d[vm]
subgraph vm1
d
end
+style s height:0px;
```
The bytecode consists of a dozen of instructions, each taking 0 or 1