Age | Commit message (Expand) | Author |
---|---|---|
2025-06-09 | changing access overloading to have pointer to value instead of value | A404M |
2025-06-09 | fix assigning to dereference access in a chain | A404M |
2025-06-09 | fix bug in shape shifter matching | A404M |
2025-06-09 | fixing bug in anytype | A404M |
2025-06-08 | removing old code | A404M |
2025-06-04 | fixing more bugs in access | A404M |
2025-06-03 | fixing some bugs | A404M |
2025-06-01 | add println | A404M |
2025-05-31 | add array access support to arrays | A404M |
2025-05-31 | function with exact types are prefered to shape shifters | A404M |
2025-05-31 | fixing some problems with array access | A404M |
2025-05-30 | fixing some minor issues | A404M |
2025-05-30 | add more memory management stuff | A404M |
2025-05-29 | add any type | A404M |
2025-05-29 | fix bug in array | A404M |
2025-05-28 | fix length getting in array | A404M |
2025-05-28 | add more stuff to lib | A404M |
2025-04-26 | add @isComptime to determine if code is running in comptime or not | A404M |
2025-04-25 | Added print library | MrCoderV3 |