Inital commit

- Extremely basic decompiler implemented in lparser.py
- lundump.py ported from [this repository](https://github.com/CPunch/LuaPytecode)
This commit is contained in:
2022-08-11 15:38:31 -05:00
commit 0dbdfc49c6
4 changed files with 624 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
example.*
__pycache__