aboutsummaryrefslogtreecommitdiff
path: root/src/runner
AgeCommit message (Expand)Author
2025-06-15fix double free bug in global variablesA404M
2025-06-14fix bug in c functionA404M
2025-06-14fix some bugsA404M
2025-06-12remove unused includesA404M
2025-06-12removing lazy because macro can do the jobA404M
2025-06-10removing debug logsA404M
2025-06-10fix some return type issuesA404M
2025-06-09fix assigning to dereference access in a chainA404M
2025-06-09fixing bug in anytypeA404M
2025-06-09add macroA404M
2025-06-08generalizing compiler instead of relaying on gccA404M
2025-06-05fix some bugsA404M
2025-06-04fix bug in array objectsA404M
2025-06-04fixing more bugs in accessA404M
2025-06-04fix bug in pointer dereferencingA404M
2025-06-03fixing some bugsA404M
2025-06-01add printlnA404M
2025-06-01fixing stringA404M
2025-05-31add array access support to arraysA404M
2025-05-31fixing some problems with array accessA404M
2025-05-31add array access overloadA404M
2025-05-30fixing some minor issuesA404M
2025-05-30add more memory management stuffA404M
2025-05-30fix bug in pointer accessA404M
2025-05-30add functionality to scopeAllocA404M
2025-05-30better unary operatorA404M
2025-05-30better binary operatorA404M
2025-05-30better operator overloadA404M
2025-05-29add any typeA404M
2025-05-28fix memory leakA404M
2025-05-28fix length getting 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-16now you can return from every whereA404M
2025-05-16cleaning up moreA404M
2025-05-16some clean upsA404M
2025-05-16add continueA404M
2025-05-16break now worksA404M
2025-05-15fix shape shifter bugsA404M
2025-05-15fix double free and memory leaksA404M