Activity
Implement nested struct for anonymous structs
Implement nested struct for anonymous structs
Deepcopy for arrays when passed as arguments for functions
Deepcopy for arrays when passed as arguments for functions
implement reassignment of struct field values
implement reassignment of struct field values
Implement struct initialisation and fix concurrency
Implement struct initialisation and fix concurrency
Implement field assignment for anomyous structs
Implement field assignment for anomyous structs
Bump vitest from 1.6.0 to 1.6.1
Bump vitest from 1.6.0 to 1.6.1
Change memory layout for arrays to be contiguous, however does not wo…
Change memory layout for arrays to be contiguous, however does not wo…
Change memory layout for arrays to be contiguous
Change memory layout for arrays to be contiguous
Bump cross-spawn from 7.0.3 to 7.0.6
Bump cross-spawn from 7.0.3 to 7.0.6
Bump vite from 5.4.6 to 5.4.14
Bump vite from 5.4.6 to 5.4.14
Implement support for same name type across different scopes
Implement support for same name type across different scopes
Implement type declaration and functions with multiple return values …
Implement type declaration and functions with multiple return values …
Implement type declarations for functions
Implement type declarations for functions
Fix uninitialised declared type variables not having zero values
Fix uninitialised declared type variables not having zero values
Adjust logic for declared types to make literals commit to declared t…
Adjust logic for declared types to make literals commit to declared t…
Refactor executor to runtime, compiler to executor, parser to compiler
Refactor executor to runtime, compiler to executor, parser to compiler
Update logic to no longer use DeclaredNode
Update logic to no longer use DeclaredNode
Adjust logic for handling functions that return multiple values
Adjust logic for handling functions that return multiple values
Fix multiple return values logic and added more test cases
Fix multiple return values logic and added more test cases