github goplus/gop v0.6.03
Release v0.6.03

latest releases: v1.3.0-pre.2, v1.3.0-pre.1, v1.2.6...
4 years ago

Commands

qrun [-asm] [-quiet] <qlangSrcDir>
qgo [-test] <qlangSrcDir>

New features:

  • qrun -quiet <qlangSrcDir>: don't generate any log.
  • qgo -test <qlangSrcDir>: converts qlang packages into Go packages, and then call go run <qlangSrcDir>/qlang_autogen.go and qrun -quiet <qlangSrcDir> to compare their output. If output is not equal, the testcase fails.

Func & closure

Bug fixed:

  • Now qgo generates correct Go codes for functions/closures.

Tutorial qgo -test

image

Don't miss a new gop release

NewReleases is sending notifications on new releases.