cdfa / frugel

An error-tolerant live programming environment (my Master's thesis)
GNU General Public License v3.0
18 stars 3 forks source link

Weird variable disambiguation #13

Open cdfa opened 2 years ago

cdfa commented 2 years ago

Shadowing variables in evaluation results receive weird names, such as "x11" instead of "x2". We should probably distinguish between original variable name and added numeric suffix in the variable datatype.