JakubLinhart / SphereSharp

1 stars 3 forks source link

Second and third argument of qval should be literal by default #14

Open JakubLinhart opened 6 years ago

JakubLinhart commented 6 years ago

<qval(<fun1>,x,y)> is transpiled as <qval(<fun1>,<var.x>,<var.y>)> when x and y are declared as global variables somewhere. But x and y are literals in this context.