Open PauliusKu opened 2 months ago
Similarly, there are issues with variable names containing other keywords like for, def and probably more.
I didn't know such syntax existed, looks like 12.8 thing, this should resolve with #52.
Similarly, there are issues with variable names containing other keywords like for, def and probably more.
Well.. it's a known issue... I've bumped into it myself too and don't really know how to properly fix that yet...
Variable
outputStream
in VAR statement was recognized as identifier, but later parsed as two separate keywords, which brings up error and rest of the file is not being formatted.Example:
Same happened with
inputTable
. And then after this it even thought that "def" in word "default" is DEFINE. Example: This: