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 the current case main is 6, so it seems like the program is working, but more complex programs have serious issues as the compiled code gets incorrect.
The compiler SHOULD check if a variable is used twice and compilation SHOULD fail.
The text was updated successfully, but these errors were encountered:
This program compiles to an invalid interaction net and works:
The compiled output creates 2 references to the passed variable:
In the current case main is 6, so it seems like the program is working, but more complex programs have serious issues as the compiled code gets incorrect.
The compiler SHOULD check if a variable is used twice and compilation SHOULD fail.
The text was updated successfully, but these errors were encountered: