Skip to content

v0.9.6

Compare
Choose a tag to compare
@xushiwei xushiwei released this 02 Aug 11:52
· 3123 commits to main since this release

new features:

  • gop fmt
  • gop go: support -debug switch
  • gop run: support args
  • gop run go files (means we don't compile them but check dependencies because they may import Go+ packages)
  • support external types (import packages and use types defined in them)
  • binary operators: LAnd(&&), LOr(||) and LNot(!)
  • member access: support embedded fields of struct

changes:

  • support codecov (coverage report)
  • rewrite README.md