Releases: CASC-Lang/Yakou
Releases · CASC-Lang/Yakou
2022-04-25
parser: make `assert` not aggressively parsing
2022-04-19
Compilation: fix crashing when source file is passed with relative path
2022-04-18
post fix of missing size for top array, resolve #37
2022-04-11
post fix of missing size for top array, resolve #37
0.0.1 Release
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!
A good beginning is half the battle
2022-04-04
make dimension lazy initialize & update ArrayType's CASCStyle String
2022-03-28: Support class promotion in array type
- Remove several TODOs
2022-03-14
Skip emitting when expression in ExpressionStatement is null, fix #27
2022-03-10
Update weekly_release.yml
2022-03-07
Support super class method calling