aboutsummaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)Author
3 daysfix assigning to dereference access in a chainA404M
3 daysfix bug in shape shifter matchingA404M
3 daysfixing bug in anytypeA404M
3 daysadd macroA404M
4 daysgeneralizing compiler instead of relaying on gccA404M
6 daysmoving duplicated codes to functionsA404M
6 daysnow @insert("") inserts void valueA404M
6 daysfix when you disable statisticsA404M
6 dayscleaning importA404M
7 daystrying to add macroA404M
7 daysfix some bugsA404M
8 daysfixing more bugs in accessA404M
9 daysfix bug in pointer dereferencingA404M
9 daysfixing some bugsA404M
9 daysadd code insertionA404M
9 daysfirst version of code insertionA404M
12 daysfixing stringA404M
12 daysadd array access support to arraysA404M
12 daysfunction with exact types are prefered to shape shiftersA404M
12 daysfixing some problems with array accessA404M
12 daysadd array access overloadA404M
13 daysadd ability to specify int type as extensionA404M
13 daysfixing some minor issuesA404M
13 daysadd more memory management stuffA404M
13 daysadd functionality to scopeAllocA404M
13 daysbetter unary operatorA404M
13 daysbetter binary operatorA404M
13 daysbetter operator overloadA404M
14 daysbetter anytypeA404M
14 daysadd any typeA404M
14 daysfix bug in arrayA404M
2025-05-28add more stuff to libA404M
2025-05-27fix memory leakA404M
2025-05-26add shiftA404M
2025-05-25add bitwise not and xor orA404M
2025-05-24fixing some problems in parsingA404M
2025-05-24fix some unintended stuffA404M
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-16cleaning up moreA404M
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