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
title above is parsed as valid, confirming if this is valid.
also as and addendum to this, while testing alternatives i realized that "1 + 123 > 3" and its ok, but wondering if there should be a way to specify expected result type, so in case this is expecting number/arithmetic, this first > is marked as invalid.
2b) (thinking out loud here) having an expected result type may be could have a extra benefit of make parsing grammar simpler
2b) (thinking out loud here) having an expected result type may be could have a extra benefit of make parsing grammar simpler
thanks!