mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
This commit is contained in:
parent
c8827b43c3
commit
b500eb63fc
14 changed files with 657 additions and 742 deletions
|
|
@ -42,7 +42,7 @@ impl<'a, S: Eval<Ast, bool> + Eval<Ast, O>, I: Eval<Ast, bool>, O: Command<S>> E
|
|||
matches = state.eval(condition.clone(), ||"input: no condition")?;
|
||||
}
|
||||
if matches
|
||||
&& let Some(exp) = bindings.exp()
|
||||
&& let Some(exp) = bindings.0.as_exp()
|
||||
&& let Some(ast) = exp.peek()
|
||||
&& input.eval(ast.clone(), ||"InputLayers: input.eval(binding) failed")?
|
||||
&& let Some(command) = state.try_eval(ast)? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue