Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Release v0.3.2

Compare
Choose a tag to compare
@xushiwei xushiwei released this 05 Apr 12:33
· 731 commits to main since this release

new features:

  • auto type convert in many case, eg. binaryOp, assignOp, conditionalOp, etc.
  • *fn equal to fn
  • binaryOp: ptr <cmp> ptr
  • add qsort (from musl, a famous libc distribution) example

changes:

  • long => int

image