Add conditional value emitting
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
662e574588
commit
9940881e46
10 changed files with 82 additions and 11 deletions
|
|
@ -4,12 +4,12 @@ expression: emit
|
|||
info:
|
||||
input: "{{= _name }}\n{{= a_name }}\n{{= name }}\n{{= _name1 }}\n{{= _namE }}\n{{= name1 }}"
|
||||
context:
|
||||
name1: Foo
|
||||
_name: Foo
|
||||
_namE: Foo
|
||||
a_name: Foo
|
||||
name: Foo
|
||||
_name: Foo
|
||||
_name1: Foo
|
||||
_namE: Foo
|
||||
name1: Foo
|
||||
name: Foo
|
||||
---
|
||||
VMInstructions {
|
||||
labels: {},
|
||||
|
|
@ -19,6 +19,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 0,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
@ -33,6 +34,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 1,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
@ -47,6 +49,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 2,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
@ -61,6 +64,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 3,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
@ -75,6 +79,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 4,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
@ -89,6 +94,7 @@ VMInstructions {
|
|||
slot: VariableSlot {
|
||||
index: 5,
|
||||
},
|
||||
fail_on_not_found: true,
|
||||
},
|
||||
EmitFromSlot {
|
||||
slot: VariableSlot {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue