Skip to content
Snippets Groups Projects
Commit 49d80d33 authored by Michael Aaron Murphy's avatar Michael Aaron Murphy
Browse files

Allow Multi-Line Inputs In REPL

This commit message has been written with the new multi-line support that is now
implemented in the REPL. There is a new specialized QuoteTerminator structure
that provides the means to handle this by checking if the last character provided
was a '\' and trimming the next line, or keeping state of wether a single or
double quote has been terminated, and continuing to buffer until both are
properly terminated.
parent 84228951
No related branches found
No related tags found
No related merge requests found
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