Releases: HaxeFoundation/hscript
Releases · HaxeFoundation/hscript
Release list
2.7.0
- Fixed exponential notation parsing
- Allow to store types in serialization
- Allow parsing of expression type parameters
- added
cast e,cast(e,T)andfor( k => v in expr )support - added
inandisoperators - added markup parsing
- added
finalparsing - type checker : some bug fixes
- type checker : support for abstracts to/from , forwards and between abstract casts
- type checkeer : partial support for context-sensitive type-checking (will mutate expression)
- js interp : bugfixes, complete break/continue, added defineArrayExtensions