Add documentation

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-16 09:41:16 +01:00
parent ea75da491d
commit 4c8938e4ff
10 changed files with 160 additions and 9 deletions

View file

@ -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,