Open Almas-Ali opened 11 months ago
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.
radon.py
REPL is not capable enough to handle { braces expressions. Example:
REPL
{
# Won't work fun anything() { nothing = null }
Also can't handle multiple braces in a single line.
This all need to be fix.
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.