Exemple #1
0
 bool Succeeds(Step.Interpreter.Step s)
 {
     return(s.Try(TextBuffer.NewEmpty(), BindingEnvironment.NewEmpty(), (o, e, ds, p) => true, null));
 }