Skip to content

Activity

Implement nested struct for anonymous structs

chengda300pushed 1 commit to struct • 22dcad9…1c1ae80 • 
yesterday

Deepcopy for arrays when passed as arguments for functions

chengda300pushed 1 commit to struct • cb5e022…22dcad9 • 
3 days ago

implement reassignment of struct field values

chengda300pushed 1 commit to struct • 934f90e…cb5e022 • 
5 days ago

Implement struct initialisation and fix concurrency

chengda300pushed 1 commit to struct • 3037402…934f90e • 
8 days ago

Deleted branch

Bump vitest from 1.6.0 to 1.6.1 (#41)

Pull request merge
RichDom2185pushed 1 commit to main • a9c2e05…a779f41 • 
10 days ago

Implement field assignment for anomyous structs

chengda300pushed 1 commit to struct • a9c2e05…3037402 • 
13 days ago

Bump vitest from 1.6.0 to 1.6.1

dependabot[bot]created dependabot/npm_and_yarn/vitest-1.6.1 • 6aa23b8 • 
13 days ago

Bump cross-spawn from 7.0.3 to 7.0.6 (#40)

chengda300created struct • a9c2e05 • 
13 days ago

Deleted branch

Bump cross-spawn from 7.0.3 to 7.0.6 (#40)

Pull request merge
chengda300pushed 1 commit to main • 9deb6cf…a9c2e05 • 
13 days ago

Deleted branch

chengda300deleted concurrency • 
13 days ago

Concurrency (#38)

Pull request merge
chengda300pushed 1 commit to main • c7ae815…9deb6cf • 
13 days ago

Fix slices and structs

chengda300pushed 1 commit to concurrency • 145a64d…c38cfee • 
17 days ago

Change memory layout for arrays to be contiguous, however does not wo…

chengda300pushed 1 commit to concurrency • f76aa07…145a64d • 
19 days ago

Remove dummy variables

chengda300pushed 1 commit to concurrency • debac04…f76aa07 • 
on Feb 2

Change memory layout for arrays to be contiguous

chengda300pushed 2 commits to concurrency • a463852…debac04 • 
on Feb 2

Bump cross-spawn from 7.0.3 to 7.0.6

dependabot[bot]created dependabot/npm_and_yarn/cross-spawn-7.0.6 • 77d78a8 • 
on Jan 22

Deleted branch

Bump vite from 5.4.6 to 5.4.14 (#39)

Pull request merge
RichDom2185pushed 1 commit to main • 6345592…c7ae815 • 
on Jan 22

Bump vite from 5.4.6 to 5.4.14

dependabot[bot]created dependabot/npm_and_yarn/vite-5.4.14 • e4798a7 • 
on Jan 22

Implement support for same name type across different scopes

chengda300pushed 1 commit to concurrency • 894f362…a463852 • 
on Jan 5

Implement type declaration and functions with multiple return values …

chengda300pushed 1 commit to concurrency • e071892…894f362 • 
on Jan 1

Implement type declarations for functions

chengda300pushed 1 commit to concurrency • 0aa6d10…e071892 • 
on Dec 29, 2024

Fix uninitialised declared type variables not having zero values

chengda300pushed 2 commits to concurrency • 9d70e08…0aa6d10 • 
on Dec 29, 2024

Adjust logic for declared types to make literals commit to declared t…

chengda300pushed 1 commit to concurrency • 8f817f5…9d70e08 • 
on Dec 22, 2024

Refactor executor to runtime, compiler to executor, parser to compiler

chengda300pushed 1 commit to concurrency • 67aae55…8f817f5 • 
on Dec 11, 2024

Update logic to no longer use DeclaredNode

chengda300pushed 3 commits to concurrency • 041a621…67aae55 • 
on Dec 11, 2024

Adjust logic for handling functions that return multiple values

chengda300pushed 1 commit to concurrency • b1bf5fd…041a621 • 
on Dec 1, 2024

Fix multiple return values logic and added more test cases

chengda300pushed 1 commit to concurrency • b0d0c67…b1bf5fd • 
on Nov 7, 2024