Enyby
Enyby
https://github.com/camcima/php-mysql-diff/blob/a12f9648b9948827800dad41c62616088e4dcd10/src/RegExpPattern.php#L38 Because you replace comments with base64. Read RFC 2045. '/' is 63 symbol in Base64.
Look like not all cases handled. From MySQL help: ``` data_type: BIT[(length)] | TINYINT[(length)] [UNSIGNED] [ZEROFILL] | SMALLINT[(length)] [UNSIGNED] [ZEROFILL] | MEDIUMINT[(length)] [UNSIGNED] [ZEROFILL] | INT[(length)] [UNSIGNED] [ZEROFILL] | INTEGER[(length)]...
https://github.com/camcima/php-mysql-diff/blob/a12f9648b9948827800dad41c62616088e4dcd10/src/RegExpPattern.php#L15
https://github.com/camcima/php-mysql-diff/blob/a12f9648b9948827800dad41c62616088e4dcd10/src/RegExpPattern.php#L14
Everything related to garbage collection most often works in LuaJ, not like in Lua. Lua has its own garbage collector, with its own rules. LuaJ uses the Java garbage collector...
JME: - only understand 'r' or 'w', all not 'r' treat as 'w'. JSE: - only understand 'r' or 'w' or 'a'. '+' simply ignored. - all modes allow read....
I translate this file https://github.com/JesusFreke/smali/blob/master/smali/src/main/antlr/smaliParser.g And get next Java code: ``` // $ANTLR start "simple_name" // smaliParser.g:537:1: simple_name : ( SIMPLE_NAME | ACCESS_SPEC -> SIMPLE_NAME[$ACCESS_SPEC] | VERIFICATION_ERROR_TYPE -> SIMPLE_NAME[$VERIFICATION_ERROR_TYPE] |...