new features:
- cl: support overload operator ++/--
- cl: support type() to get zero value
- cl: typecast support twoValue
- cl: config add NoAutoGenMain for auto generate main func if no entry
- builtin: add type alias any = interface{}
- builtin: uint128, int128
- ast: togo.ASTFile
- cmd: add cmd/gopdecl
incompatible changes:
changes:
- parser: fix parserCallOrConversion cmd single line
- cl: toStructType check name redeclared
- cl: bug fixed // import builtin
- cl: cb.Comments => cb.BackupComments
- x/gopproj: fix gop run workdir
- x/gopproj: handleEvent OnErr no dump error
- x/gopproj: genDefaultGopMod bugfix