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
It'd be neat if we could somehow generate (and optimise for) runtime conditional matches, possibly with base syntax like:
# As a runtime cond
define global x = 0
Foobar :: Foo\C{x < 4}bar
# Or as a 'start condition'
define global state = 0
Foobar :: \C{state ? 0}Foobar\E{state = 1}
The text was updated successfully, but these errors were encountered:
It'd be neat if we could somehow generate (and optimise for) runtime conditional matches, possibly with base syntax like:
The text was updated successfully, but these errors were encountered: