aboutsummaryrefslogtreecommitdiff
path: root/code/lib
AgeCommit message (Expand)Author
35 hourschanging access overloading to have pointer to value instead of valueA404M
35 hoursfix assigning to dereference access in a chainA404M
36 hoursfix bug in shape shifter matchingA404M
39 hoursfixing bug in anytypeA404M
3 daysremoving old codeA404M
7 daysfixing more bugs in accessA404M
7 daysfixing some bugsA404M
10 daysadd printlnA404M
11 daysadd array access support to arraysA404M
11 daysfunction with exact types are prefered to shape shiftersA404M
11 daysfixing some problems with array accessA404M
11 daysfixing some minor issuesA404M
11 daysadd more memory management stuffA404M
12 daysadd any typeA404M
12 daysfix bug in arrayA404M
14 daysfix length getting in arrayA404M
14 daysadd more stuff to libA404M
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-25Added print libraryMrCoderV3