aboutsummaryrefslogtreecommitdiff
path: root/code
AgeCommit message (Expand)Author
32 hoursmoving duplicated codes to functionsA404M
46 hoursnow @insert("") inserts void valueA404M
47 hourscleaning importA404M
2 daystrying to add macroA404M
3 daysfix some bugsA404M
4 daysfix bug in array objectsA404M
4 daysfixing more bugs in accessA404M
4 daysfix bug in pointer dereferencingA404M
4 daysfixing some bugsA404M
5 daysadd code insertionA404M
5 daysfirst version of code insertionA404M
7 daysadd printlnA404M
7 daysfixing stringA404M
7 daysupdated README.mdA404M
7 daysadd array access support to arraysA404M
8 daysfunction with exact types are prefered to shape shiftersA404M
8 daysfixing some problems with array accessA404M
8 daysadd array access overloadA404M
8 daysadd ability to specify int type as extensionA404M
8 daysfixing some minor issuesA404M
8 daysadd more memory management stuffA404M
8 daysfix bug in pointer accessA404M
8 daysadd functionality to scopeAllocA404M
8 daysbetter operator overloadA404M
9 daysbetter anytypeA404M
9 daysadd any typeA404M
9 daysfix bug in arrayA404M
10 daysfix length getting in arrayA404M
10 daysadd basic README.mdA404M
11 daysadd more stuff to libA404M
11 daysfix memory leakA404M
13 daysadd shiftA404M
2025-05-25add bitwise not and xor orA404M
2025-05-24fixing some problems in parsingA404M
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
2025-05-16some clean upsA404M
2025-05-16add continueA404M
2025-05-16break now worksA404M
2025-05-16fix access operator and some stuff to make break workA404M
2025-05-15better copy management in astA404M
2025-05-15fix some type bugsA404M