add noexec operator to pass named functions to functions

This commit is contained in:
2024-10-16 17:04:25 -04:00
parent d0661512c9
commit 329af77ff4
3 changed files with 23 additions and 2 deletions

View File

@@ -328,7 +328,6 @@ impl<R: BufRead> Tokenizer<R> {
return;
}
};
println!("{n} + {count}");
Op::FunctionDefine(n + count)
}