Introduce JumpLabels instead of manually correct jump positions
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
e64256b65f
commit
7182024342
12 changed files with 485 additions and 381 deletions
|
|
@ -3,8 +3,11 @@ source: tests/file_tests.rs
|
|||
expression: emit
|
||||
input_file: tests/cases/simple.nomo
|
||||
---
|
||||
[
|
||||
AppendContent {
|
||||
content: "Hello World!" (0..12),
|
||||
},
|
||||
]
|
||||
VMInstructions {
|
||||
labels: {},
|
||||
instructions: [
|
||||
AppendContent {
|
||||
content: "Hello World!" (0..12),
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue