samarium-lang/vscode-samarium

Treat `x**` as a regular variable

Closed this issue · 0 comments

The variable x in x** currently gets incorrectly interpreted as a function name (probably because of the function definition syntax: foo * {}). x** actually returns the memory address of x. Therefore, it should instead be interpreted as a regular variable.