Look over the Visual Diff to manually inspect the changes Post conversion If you find that the script does not work, please go through the troubleshooting steps below Review all comments, they are prefixed with; V1toV2:and can provide fixes on code that the converter can't handle ...
Re: ahk_parser.js (convert v1->AHK_H v2) and what else ? Posted:26 May 2021, 10:35 byguest3456 very nice this was an older attempt here: https://github.com/mmikeww/AHK-v2-script-converter it might not be useful for you, but you could check all the Tests to confirm your parse...
MsgBox ConverterFunc("o17") ; 将八进制转换为十进制 MsgBox ConverterFunc("tobase 0xFF 8") ; 将十六进制转换为八进制 MsgBox ConverterFunc("tobase 0xFF 2") ; 将十六进制转换为二进制 MsgBox ConverterFunc("tobase 255 8") ; 将十进制转换为八进制 MsgBox ConverterFunc("tobase 255 2") ; 将...