You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The syntax used by the DFLang parser in the test-tools package should be documented somewhere.
The syntax currently looks like the following:
(* comments work just like they do in alang *)let v = some.package/sf0<0>(* function id, required *) (arg1, $4(* env arg *)) inlet(a, b)(* destructuring *)= dataflow (* for a dataflow function, rather than a stateful function *) ohua.lang/collect<1>(size, elements) inlet c = some.pacakge/sf1<2>()(* function with no arguments *) [size] (* optional context arg *)in
returnVar
The text was updated successfully, but these errors were encountered:
The syntax used by the
DFLang
parser in thetest-tools
package should be documented somewhere.The syntax currently looks like the following:
The text was updated successfully, but these errors were encountered: