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
We have 2 main base ASTs: Statement (Stmt) or Expression (Expr)
The binary operation should be allowed for all expressions, and the validation for that could be moved to another layer.
Maybe astx could allows a customized layer for rules, so each flavour could define a more fine grained set of rules
The text was updated successfully, but these errors were encountered:
We have 2 main base ASTs: Statement (Stmt) or Expression (Expr)
The binary operation should be allowed for all expressions, and the validation for that could be moved to another layer.
Maybe astx could allows a customized layer for rules, so each flavour could define a more fine grained set of rules
The text was updated successfully, but these errors were encountered: