Skip to content

Releases: CASC-Lang/Yakou

2022-04-25

25 Apr 01:08
Compare
Choose a tag to compare
parser: make `assert` not aggressively parsing

2022-04-19

19 Apr 03:19
Compare
Choose a tag to compare
Compilation: fix crashing when source file is passed with relative path

2022-04-18

18 Apr 01:16
Compare
Choose a tag to compare
post fix of missing size for top array, resolve #37

2022-04-11

11 Apr 01:05
Compare
Choose a tag to compare
post fix of missing size for top array, resolve #37

0.0.1 Release

09 Apr 17:43
Compare
Choose a tag to compare

We are sailing out this fresh hot release! - 0.0.1

Don't know how to use it? See documentation!

Congrat', fellows, CASC Lang finally fully revamped from 0.1, with some fully supports, now CASC can be used for light real-life usages!

Patch Log:

  • Package system is now fully supported!
  • Array syntax is in review, but at most time it is stable ;)
  • Field syntax is fully stable now!
  • Companion syntax has been fully revamped, check documentation for more info!
  • Now supporting class inheritance & method overriding!
  • Ternary expression has been revamped into if-else form!

image

A good beginning is half the battle

2022-04-04

04 Apr 01:06
Compare
Choose a tag to compare
make dimension lazy initialize & update ArrayType's CASCStyle String

2022-03-28: Support class promotion in array type

28 Mar 01:07
Compare
Choose a tag to compare

2022-03-14

14 Mar 00:59
Compare
Choose a tag to compare
Skip emitting when expression in ExpressionStatement is null, fix #27

2022-03-10

10 Mar 06:48
3d2992f
Compare
Choose a tag to compare
Update weekly_release.yml

2022-03-07

07 Mar 00:57
Compare
Choose a tag to compare
Support super class method calling