Gregor Scholz

Results 3 issues of Gregor Scholz

I find the name `runForMultipleInputs()` confusing because it also needs to be used when multiple outputs exists, but only one input.

**Motivation** I want to use [lists](https://pub.dev/packages/slang#-lists) from a csv in combination with a custom enum. E.g: I have multiple sets of instruction with a different number of steps. In code...

enhancement