Delegate ParsedCallback
Called on each parsed function after it's parsed successfully for anyone that wants to see.
Namespace: Fluency.Execution.Parsing
Assembly: Execution.dll
Syntax
public delegate void ParsedCallback(FunctionGraph graph);
Parameters
| Type | Name | Description |
|---|---|---|
| FunctionGraph | graph |