radon icon indicating copy to clipboard operation
radon copied to clipboard

Shell (REPL) multi-line issue.

Open Almas-Ali opened this issue 2 years ago • 1 comments

In main directory radon.py (REPL) shell has multi-line support issue. It's only depends on calculating curly braces. Need to figure out the solution.

Almas-Ali avatar Dec 15 '23 17:12 Almas-Ali

REPL is not capable enough to handle { braces expressions. Example:

# Won't work
fun anything() 
{
    nothing = null
}

Also can't handle multiple braces in a single line.

This all need to be fix.

Almas-Ali avatar Apr 15 '24 18:04 Almas-Ali