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

decompiler #42

Open
CarimboDev opened this issue May 30, 2024 · 1 comment
Open

decompiler #42

CarimboDev opened this issue May 30, 2024 · 1 comment

Comments

@CarimboDev
Copy link

That luac parser code, is it possible to convert it to Python?

I need this code in Python but when analyzing the code base it seems to be too complex to be redone in Python

@metaworm
Copy link
Owner

I think that would be very difficult. But you can use this library to convert luac to msgpack format, and then use Python to deserialize msgpack to get the structure of luac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants