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
Much of the complexity in the current code generator is due to name resolution and well-formedness checking being intermingled with actual code generation. It would be much cleaner to separate this out as a separate step.
The text was updated successfully, but these errors were encountered:
Much of the complexity in the current code generator is due to name resolution and well-formedness checking being intermingled with actual code generation. It would be much cleaner to separate this out as a separate step.
The text was updated successfully, but these errors were encountered: