Rename library to nomo
Signed-off-by: Marcel Müller <neikos@neikos.email>
This commit is contained in:
parent
d691fb9198
commit
d2e0405033
28 changed files with 92 additions and 92 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue