Releases: Ruk33/vrJASS
Releases · Ruk33/vrJASS
v6.3.0-rc: Clean grammar
The grammar will be a little bit strict on chain expression and cast (who by the way was changed).
rc-travis-4
Generate deploy travis setup command line
RC 6.2 OOP super
- Implemented super for OOP
RC 6.1
Abstract classes
- Implement abstract classes
- Fix null instance params
Instance type check
This release will fix override methods (both from interfaces and classes) (see #17).
Anonymous Functions
- Improve interfaces translation
- Translate while conditions as a boolean expression
- Fix a possible incorrect translation when using lazy boolean (x) in not expression
- Implement anonymous functions
RC3 - Interfaces & Debug
- Correct implementation of Interfaces
- The compiler now writes better log messages
- allocate method will now be able to automatically assign instance type
Final release candidate (hopefully)
v2.1.0-rc Fix type checking on structs inheritance
Function sorting
- Functions are now being properly sorted
- null can be used as instance in structs
- Improved interfaces implementation