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
Currently, we don't know whether syntax sugar works as expected in PhiSyntax. How about we create an additional parametrized test, which will use YAML files with two fields in each one:
sweet:
{⟦ k(t) ↦ ⟦⟧ ⟧}salty:
{⟦ k ↦ ⟦ t ↦ ∅ ⟧ ⟧}
The test will parse the salty part and then print it back in sugared form. Also, the other way around.
The text was updated successfully, but these errors were encountered:
Currently, we don't know whether syntax sugar works as expected in
PhiSyntax
. How about we create an additional parametrized test, which will use YAML files with two fields in each one:The test will parse the
salty
part and then print it back in sugared form. Also, the other way around.The text was updated successfully, but these errors were encountered: