Now cases when a single keyword is split by multiple multiline separators are supported.
work\
spa\
ce {
}
Also fixes redundant spaces inside quoted strings. The following code was parsed as "Soft ware System" before.
"Soft\
ware \
Sys\
tem"
BREAKING CHANGE!
The following code produced valid workspace before, because whitespaces in the second line were preserved. Now the first three lines will produce a single token workspace{.
Now cases when a single keyword is split by multiple multiline separators are supported.
Also fixes redundant spaces inside quoted strings. The following code was parsed as
"Soft ware System"
before.BREAKING CHANGE! The following code produced valid workspace before, because whitespaces in the second line were preserved. Now the first three lines will produce a single token
workspace{
.