Add documentation
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
ea75da491d
commit
4c8938e4ff
10 changed files with 160 additions and 9 deletions
|
|
@ -63,6 +63,7 @@ pub enum Instruction {
|
|||
slot: VariableSlot,
|
||||
},
|
||||
PushScope {
|
||||
#[expect(unused)]
|
||||
inherit_parent: bool,
|
||||
},
|
||||
Abort,
|
||||
|
|
@ -93,6 +94,7 @@ pub enum Instruction {
|
|||
value_slot: VariableSlot,
|
||||
},
|
||||
LoadLiteralToSlot {
|
||||
#[allow(unused)]
|
||||
source: TemplateToken,
|
||||
value: NomoValue,
|
||||
slot: VariableSlot,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue