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

missing end in decompilation #24

Open
ferib opened this issue Feb 14, 2023 · 0 comments
Open

missing end in decompilation #24

ferib opened this issue Feb 14, 2023 · 0 comments
Assignees
Labels
Decompiler Decompiler
Milestone

Comments

@ferib
Copy link
Owner

ferib commented Feb 14, 2023

When doing something like below it won't properly close the if chain.

if A then
   return 0;
elseif B then
   return 1;
elseif C then
    return 2;
end
@ferib ferib added the Decompiler Decompiler label Feb 14, 2023
@ferib ferib added this to the v2 milestone Feb 14, 2023
@ferib ferib self-assigned this Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Decompiler Decompiler
Projects
None yet
Development

No branches or pull requests

1 participant