Releases: ZJZCORE/codeasm
Releases · ZJZCORE/codeasm
0.4.0 update
0.3.0 update
⚠ Some APIs are incompatible with previous versions
- Support python.
- Change
Block(All Lang),File(Python) andPackage(Go)'spushfunction name topushs. - Add
pushfunction toBlock(All Lang),File(Python) andPackage(Go). - Add slice type for Go.
- Change all
(impl Display, Type)toType. - Add
bindfunction for Go'sType.
0.2.0 update
⚠ Some APIs are incompatible with previous versions
- Add
brk,contandfallfunctions - add any type
- Support multi value return of functions
- implement
Into<Stmt>forExpr - implement
Into<Expr>forType
0.1.0 update
- Support Golang programming language.