documentations:
- Go+ doesn't support DSL (Domain Specific Language), but it's Specific Domain Friendly (see DSL vs. SDF)
changes:
- ast: ForPhrase add IfPos
- parser: parseErrWrapExpr: ErrWrapExpr as PrimaryExpr
- cl: TestErrWrapCall/TestErrWrapCommand
- cl: TestVargCommand
- cl: TestSelectComprehensionRetTwoValue
- cl: fix for range-expression doesn't support if condition (#1243)
- cl: unary op pass src (#1278)
- cl: remove gox.PkgImporter; loadImport fix pkgName
- cl: loadImport check error recover
- cl: preloadFile restore cur file
- cl: support Gop_proj, Gop_work
- cl: compileSelectorExpr fix: clIdentCanAutoCall
- gop: use github.com/qiniu/x/errors
- gop: gop.GenDepMods: support gop.mod - register
- gop: Fix gop.Import
- build: Fix: separate build and install processes when building Go+ tools
- build: Fix multi platform release
- mod: mod 0.9.12
- mod: gox v1.11.12
- mod: c2go 0.7.8
- mod: libc 0.3.10