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
In "scripting" mode AST should preserve the order of top-level declarations, which probably means using different AST types and name resolution rules. On the top level the AST would probably be just an array of nodes, each can be either a declaration or an expression:
In "scripting" mode AST should preserve the order of top-level declarations, which probably means using different AST types and name resolution rules. On the top level the AST would probably be just an array of nodes, each can be either a declaration or an expression:
The text was updated successfully, but these errors were encountered: