Asterata

Results 2 issues of Asterata

**Example code:** ```lua local Table = {"a", "b", "c"}; ``` **I have used ast.to_lua_source for turning the ast into a lua code** **The output i got:** ```lua local Table =...

The following string will not get encrypted and it will get a nil value. ```lua local exp = "ğüçöı" ```

bug
help wanted