v0.7.0
highlights:
- Through llama2 and python, this version verifies the natural synergy between llgo and the C ecosystem.
libraries:
- llgo/c (github.com/goplus/llgo/c): (#122 #126 #127)
- llgo/x/llama2 (github.com/goplus/llgo/x/llama2) (#123)
- llgo/x/sqlite (github.com/goplus/llgo/x/sqlite) (#129 #131 #133)
- cpython/py (github.com/goplus/cpython/py) (#138)
demos:
- llama2-c: inference Llama 2 (It's the first llgo AI example) (#128)
- hellopy: link Python to Go and say
Hello world(#138)
features:
- cl: PkgLinkIR, PkgLinkExtern (#126 #137)
- cl:
// llgo:linkas alias of//go:linkname(#127) - llgo/ssa: UnOp (#125)
- llgo/ssa: Convert real numeric types (#132)
- llgo/ssa: Bitcast float => iface.data (#136)
- build: decodeLinkFile (support *.lla) (#130)
changes: