Skip to content

v0.8.3

Compare
Choose a tag to compare
@xushiwei xushiwei released this 18 May 10:07
· 487 commits to main since this release
908f004

libraries:

features:

  • llgo/ssa: builtin print/println (#183)
  • llgo/ssa: type uint/byte/int32/uint32/int64/uint64 (#193)
  • llgo/ssa: checkIndex for index/indexAddr (#199)
  • llpyg: use pysigfetch (by goplus/hdq) (#202)
  • pysig.Parse (#192)
  • naming convention: Cstr (for Go+) (#198)

changes:

  • llgo/ssa: binop fix - shl/shr size (#187)
  • llgo/ssa: binop check shl/shr (#188)
  • llgo/ssa: fix castInt (#191)
  • llgo/ssa: fix global array (#197)
  • llgo/ssa: main func return 0 (#189 #195)
  • mv x/ => c/ (#201)
  • build: fix -L dir (#190)