forked from defunkt/ReefVM
Compare commits
2 Commits
ae0fa40261
...
82e7b181ec
| Author | SHA1 | Date | |
|---|---|---|---|
| 82e7b181ec | |||
| 81973541af |
4
SPEC.md
4
SPEC.md
|
|
@ -231,7 +231,7 @@ All comparison operations pop two values, compare, push boolean result.
|
|||
```
|
||||
<evaluate left>
|
||||
DUP
|
||||
JUMP_IF_FALSE 2 # skip POP and <evaluate right>
|
||||
JUMP_IF_FALSE #2 # skip POP and <evaluate right>
|
||||
POP
|
||||
<evaluate right>
|
||||
end:
|
||||
|
|
@ -241,7 +241,7 @@ end:
|
|||
```
|
||||
<evaluate left>
|
||||
DUP
|
||||
JUMP_IF_TRUE 2 # skip POP and <evaluate right>
|
||||
JUMP_IF_TRUE #2 # skip POP and <evaluate right>
|
||||
POP
|
||||
<evaluate right>
|
||||
end:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "reefvm",
|
||||
"module": "src/index.ts",
|
||||
"exports": "./src/index.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"check": "bunx tsc --noEmit"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user