yali4j icon indicating copy to clipboard operation
yali4j copied to clipboard

Support multi-line input in REPL mode

Open danilhendrasr opened this issue 3 years ago • 0 comments

Currently yalija's REPL mode only supports single-line statements and expressions, this is a quite jarring limitation because practically no one writes code in a single line. Moreover, PR #9 ships the support for lexical scoping, it would be weird if the only way to use or test the feature in REPL mode is by cramming the code into a single line.

danilhendrasr avatar Jul 20 '21 04:07 danilhendrasr