Skip to content

First Release! 🎉

Compare
Choose a tag to compare
@KAIYOHUGO KAIYOHUGO released this 17 May 12:41
· 76 commits to main since this release

Mady's First Release

Hello there. This is the first release version of Mady. Mady is unstable now and may have breakthrough change.

Support Syntax List

  • Declare Value
    let var;
    let var = ...;
  • Ops (+ - * /)
    a + b
  • Lit
    10_usize
    // type annotations require
  • Method Call
    a.b(c, d, e)

Full Changelog: https://github.com/MDResearch/Mady/commits/v0.0.1-alpha