summaryrefslogtreecommitdiff
path: root/vm1/README.md
diff options
context:
space:
mode:
authorMarc Vertes <marc.vertes@tendermint.com>2023-08-24 09:36:16 +0200
committerGitHub <noreply@github.com>2023-08-24 09:36:16 +0200
commit9146b90fe74f9615b1f4ab9a340ec038e0bd2264 (patch)
tree68766ce4c8fe421b17fd49e8f8b2b355782cd60d /vm1/README.md
parent00cd63b47c0c32be821f80e006ed08ce57020e15 (diff)
Update README.md
fix diagram
Diffstat (limited to 'vm1/README.md')
-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