Skip to content

Releases: ZJZCORE/codeasm

0.4.0 update

23 Feb 13:21
9a5a687

Choose a tag to compare

⚠ APIs are incompatible with previous versions.

  1. Rewrite this library.

0.3.0 update

13 Feb 07:28
da595e1

Choose a tag to compare

⚠ Some APIs are incompatible with previous versions

  1. Support python.
  2. Change Block(All Lang), File(Python) and Package(Go)'s push function name to pushs.
  3. Add push function to Block(All Lang), File(Python) and Package(Go).
  4. Add slice type for Go.
  5. Change all (impl Display, Type) to Type.
  6. Add bind function for Go's Type.

0.2.0 update

10 Feb 01:14
b3c96c0

Choose a tag to compare

⚠ Some APIs are incompatible with previous versions

  1. Add brk, cont and fall functions
  2. add any type
  3. Support multi value return of functions
  4. implement Into<Stmt> for Expr
  5. implement Into<Expr> for Type

0.1.0 update

08 Feb 13:28
717f7a3

Choose a tag to compare

  1. Support Golang programming language.