github goplus/gop v0.6.60
Release v0.6.60

latest releases: v1.2.6, v1.2.5, v1.2.3-p2...
3 years ago

Commands

qexp

Usage: qexp [-outdir <outRootDir>] <goPkgPath>
  -outdir string
    	optional set export lib path, default is $GoPlusRoot/lib path.
  • Add supporting -outdir <outRootDir> flag.
  • Export constants and variables.

Thanks contribution of visualfc (visualfc@goplus.org).

qgo

  • Format go code gop_autogen.go after code generation.
  • Skip to build _xxx directories.

Thanks contribution of visualfc (visualfc@goplus.org), tsingbx.

qrun

  • Skip to build _xxx.gop files.

Thanks contribution of tsingbx.

qfmt

  • Support qfmt from stdin.

Thanks contribution of go-wyvern.

TypeCast

b := []byte("Hello")
println(b)

Flow control

  • goto label
  • break [label]
  • continue [label]

Thanks contribution of JessonChan (chendongpo@goplus.org).

Builtin

delete(mapData, key)

Thanks contribution of JessonChan (chendongpo@goplus.org).

Miscs

  • ast.File: Rename HasUnnamed into NoEntrypoint.
  • Increase code coverage to 88%+.

Thanks contribution of wangkuiyi (wangyi@goplus.org), xushiwei (x@goplus.org).

Don't miss a new gop release

NewReleases is sending notifications on new releases.