Skip to content
Snippets Groups Projects
Commit b27871aa authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

gh-1133: Multiline Lua in console w/o delimiter

All decent Lua shells support multiline input without explicit
delimiters. A shell consumes line after line; once a complete statement
is read it is executed.

Works with both local and remote consoles, including the older ones
without this modification.

Caveat: when talking with a remote console internally '$EOF$\n' is used
to separate statements. It is possible to produce an input with embeded
delimiter thanks to this modification.

Note: funny input was already possible with non-standard local
delimiter.
parent 461a94f4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment