aboutsummaryrefslogtreecommitdiff
path: root/code
AgeCommit message (Collapse)Author
36 hourschanging access overloading to have pointer to value instead of valueA404M
itself
36 hoursfix assigning to dereference access in a chainA404M
37 hoursfix bug in shape shifter matchingA404M
40 hoursfixing bug in anytypeA404M
43 hoursadd macroA404M
update README.md
3 daysremoving old codeA404M
5 daysmoving duplicated codes to functionsA404M
5 daysnow @insert("") inserts void valueA404M
5 dayscleaning importA404M
6 daystrying to add macroA404M
6 daysfix some bugsA404M
7 daysfix bug in array objectsA404M
7 daysfixing more bugs in accessA404M
7 daysfix bug in pointer dereferencingA404M
7 daysfixing some bugsA404M
8 daysadd code insertionA404M
8 daysfirst version of code insertionA404M
10 daysadd printlnA404M
fix @neg type
10 daysfixing stringA404M
11 daysupdated README.mdA404M
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 daysadd array access overloadA404M
11 daysadd ability to specify int type as extensionA404M
11 daysfixing some minor issuesA404M
11 daysadd more memory management stuffA404M
12 daysfix bug in pointer accessA404M
12 daysadd functionality to scopeAllocA404M
12 daysbetter operator overloadA404M
12 daysbetter anytypeA404M
12 daysadd any typeA404M
12 daysfix bug in arrayA404M
14 daysfix length getting in arrayA404M
14 daysadd basic README.mdA404M
14 daysadd more stuff to libA404M
fix use after free
2025-05-27fix memory leakA404M
2025-05-26add shiftA404M
2025-05-25add bitwise not and xor orA404M
2025-05-24fixing some problems in parsingA404M
adding more stuff to the example
2025-05-24fix some unintended stuffA404M
2025-05-24add a good example for calling c functionsA404M
2025-05-23add way to call C functionsA404M
2025-05-23add @size_ofA404M
2025-05-23fix styleA404M
2025-05-23added native values instead of ast onesA404M
2025-05-18replaced putc with @putc()A404M
2025-05-17fix memory leaks and shape shifterA404M
2025-05-17add comptime if checkingA404M
2025-05-16now you can return from every whereA404M