Rename library to nomo

Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
Marcel Müller 2026-03-07 10:07:47 +01:00
parent d691fb9198
commit d2e0405033
28 changed files with 92 additions and 92 deletions

View file

@ -1,5 +1,5 @@
use crate::ast::TemplateAstExpr;
use crate::input::TempleInput;
use crate::input::NomoInput;
pub struct EmitMachine {
current_index: usize,
@ -25,10 +25,10 @@ pub struct VariableSlot {
#[derive(Debug)]
pub enum Instruction {
AppendContent {
content: TempleInput,
content: NomoInput,
},
LoadFromContextToSlot {
name: TempleInput,
name: NomoInput,
slot: VariableSlot,
},
EmitFromSlot {