flow icon indicating copy to clipboard operation
flow copied to clipboard

Create some code generation around supplied functions, so a developer just writes a bare function

Open andrewdavidmackenzie opened this issue 6 years ago • 1 comments

Read a function and generate the .toml from it, from the name, the number and name of inputs

? how to name outputs ?

  • simple output --> "out"
  • typles/struct --> use the name of the variable that's returned.

then either generate the Implementation code around it when we copy across to the rust project, or have them include!() code, or somehow from the type of function (FlowFunction) the boilerplate is generated.

andrewdavidmackenzie avatar Feb 23 '18 13:02 andrewdavidmackenzie