cui-unige / semantique

Cours de Bachelor : Sémantique des Langages Informatiques
6 stars 1 forks source link

Homework #1 Operators cpy, ref and mov #5

Closed staufga0 closed 6 years ago

staufga0 commented 6 years ago

In the list of anzen operators, I see three operators, cpy, ref and mov. What do they do, how am I supposed to deal with them for the propagate constant visitor ?

saucisson commented 6 years ago

You can look at this blog post to understand the semantics of these operators in Anzen. But short answer: you should handle all of them in the same way, as = in usual programming languages.