aboutsummaryrefslogtreecommitdiff
path: root/code/lib
AgeCommit message (Expand)Author
2025-06-10fix some return type issuesA404M
2025-06-09changing access overloading to have pointer to value instead of valueA404M
2025-06-09fix assigning to dereference access in a chainA404M
2025-06-09fix bug in shape shifter matchingA404M
2025-06-09fixing bug in anytypeA404M
2025-06-08removing old codeA404M
2025-06-04fixing more bugs in accessA404M
2025-06-03fixing some bugsA404M
2025-06-01add printlnA404M
2025-05-31add array access support to arraysA404M
2025-05-31function with exact types are prefered to shape shiftersA404M
2025-05-31fixing some problems with array accessA404M
2025-05-30fixing some minor issuesA404M
2025-05-30add more memory management stuffA404M
2025-05-29add any typeA404M
2025-05-29fix bug in arrayA404M
2025-05-28fix length getting in arrayA404M
2025-05-28add more stuff to libA404M
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-25Added print libraryMrCoderV3