Skip to content

Conversation

@mingodad
Copy link
Contributor

@mingodad mingodad commented Jan 8, 2018

With this patch squirrel can accept multiline string continuation like C/C++/Shell:

local str = "one line \
with continuation";
print(str);

@zeromus
Copy link
Contributor

zeromus commented Jan 8, 2018

Both looks good to me, and small simple fixes.

@RizzoRat
Copy link

RizzoRat commented Mar 7, 2018

Multiline: Like it, but does not take into account \r\n endings (windows for example). You'd need to specifically filter for both cases. (Sorry, didn't have the time to read the enums patch)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants