Open cyberhuman opened 5 years ago
I have just realized that we can live without noop :-) Closing this.
It is not straightforward to fix, because while it is possible to parse such set
with some hacks, but later when this var is referenced it will be confused with a parameter (because syntax is the same).
I see two ways out : either keep track of all variable names defined and recover them when they are confused for parameters by lexer, or make selection of params syntax exclusive
reopening as a reminder
e.g.
results in
Note that `@noop` is not the same as @noop (e.g. Mysql would complain that a system variable by that name does not exist, if backticks are used).