aboutsummaryrefslogtreecommitdiff
path: root/code/lib
AgeCommit message (Collapse)Author
3 dayschanging access overloading to have pointer to value instead of valueA404M
itself
3 daysfix assigning to dereference access in a chainA404M
3 daysfix bug in shape shifter matchingA404M
3 daysfixing bug in anytypeA404M
4 daysremoving old codeA404M
9 daysfixing more bugs in accessA404M
9 daysfixing some bugsA404M
12 daysadd printlnA404M
fix @neg type
12 daysadd array access support to arraysA404M
12 daysfunction with exact types are prefered to shape shiftersA404M
12 daysfixing some problems with array accessA404M
13 daysfixing some minor issuesA404M
13 daysadd more memory management stuffA404M
14 daysadd any typeA404M
14 daysfix bug in arrayA404M
2025-05-28fix length getting in arrayA404M
2025-05-28add more stuff to libA404M
fix use after free
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-25Added print libraryMrCoderV3