Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell (REPL) multi-line issue. #6

Open
Almas-Ali opened this issue Dec 15, 2023 · 1 comment
Open

Shell (REPL) multi-line issue. #6

Almas-Ali opened this issue Dec 15, 2023 · 1 comment
Labels
bug Something isn't working REPL Read Evaluate Print Loop - Shell
Milestone

Comments

@Almas-Ali
Copy link
Member

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 Almas-Ali added bug Something isn't working REPL Read Evaluate Print Loop - Shell labels Dec 15, 2023
@Almas-Ali
Copy link
Member Author

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 Almas-Ali added this to the v0.1 release milestone May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working REPL Read Evaluate Print Loop - Shell
Projects
None yet
Development

No branches or pull requests

1 participant