You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* improvements
* restore
* progress of fixes
* progress of adding set lenght for string
* added set length for string to pre allocate data
* added typed sizeof
* added test for generic sizeof
* fix issue with printing object without field names
* more fixes to use {}
* reefactored using enumerate
* refactoring finished and convert from const array to string is done
* added fix for generating debug info for index type
* more fixes
* fixes to int long types
* fixes after refactirng using enumerate
* fixed issues with using optional type with union types
* fixed issue with safe cast for undefined values
* added safe cast for conditional expressions and optional values
* added test for safe cast in conditional expressions for optional values
* fix for safecast ops
* fixes
* fixed recusive conditional expressions
* progress of adding safe cast to logical ops
* improving cast of native types
* progress of implementing simpification for IfOp and LogicalBinOp
* fixes to simplification of LogicalOp
* update
* fixed issue with safe-casting from union type into smaller union type
* update
* progress
* fixes to access to array if data is optional
* more fixes to access optional type
* added test for arrray access for optional type
* fixes to array access
* progress of implementing ref for optional types
* finished refactoring loadOp to reference
* progress
* progress
* fixes
* fixed issue with optional array type
* added warning for undefined types
* update build script
0 commit comments