Open cyberhuman opened 4 years ago
set
is sql keyword. I understand you want these constants to be replaced by sqlgg at compile-time?
set
is sql keyword.
Yes I understand this. The above was just an example.
It could be const foo = <value>
or even an annotation -- @@const foo = <value>
etc.
I understand you want these constants to be replaced by sqlgg at compile-time?
Yes, that's the idea. What do you think?
It would be nice if something like this would be supported:
Syntax to be discussed.