diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-28 19:31:51 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-28 19:37:12 -0500 |
| commit | 92bd804e1249774b33f54cc9b8504ac9e72ca651 (patch) | |
| tree | 97d4eb44d75733bc75f4c5f7523f45c8f7850c87 /implementation | |
| parent | b2df3496227d2d7ebe1363fad0bafbfcb2a6efb4 (diff) | |
Allow ยท as placeholder in assignment and headers
Diffstat (limited to 'implementation')
| -rw-r--r-- | implementation/vm.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/vm.md b/implementation/vm.md index 2ebd08cd..16d1f23d 100644 --- a/implementation/vm.md +++ b/implementation/vm.md @@ -86,6 +86,7 @@ The following instructions are defined by dzaima/BQN. The ones emitted by the se | 27 | DYNM | | | `I` | Push named variable `I` reference | 2A | PRED | | 06 | | Check predicate and drop | 2B | VFYM | X | | | Convert constant to matcher (for headers) +| 2C | VNOT | X | | | Push placeholder assignment matcher | 2F | SETH | X | 30 | | Test and set header | 30 | SETN | X | | | Define variable | 31 | SETU | X | | | Change variable |
