aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.c
AgeCommit message (Expand)Author
16 hoursfix assigning to dereference access in a chainA404M
20 hoursfixing bug in anytypeA404M
23 hoursadd macroA404M
47 hoursgeneralizing compiler instead of relaying on gccA404M
5 daysfix some bugsA404M
6 daysfix bug in array objectsA404M
6 daysfixing more bugs in accessA404M
6 daysfix bug in pointer dereferencingA404M
7 daysfixing some bugsA404M
9 daysadd printlnA404M
9 daysfixing stringA404M
10 daysadd array access support to arraysA404M
10 daysfixing some problems with array accessA404M
10 daysadd array access overloadA404M
11 daysfixing some minor issuesA404M
11 daysadd more memory management stuffA404M
11 daysfix bug in pointer accessA404M
11 daysadd functionality to scopeAllocA404M
11 daysbetter unary operatorA404M
11 daysbetter binary operatorA404M
11 daysbetter operator overloadA404M
12 daysadd any typeA404M
13 daysfix memory leakA404M
13 daysfix length getting in arrayA404M
13 daysadd more stuff to libA404M
14 daysfix 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
2025-05-15add first version of shape shifterA404M
2025-05-12add type of shape shifterA404M
2025-05-09add named importsA404M
2025-05-07add lazy to variablesA404M
2025-05-07fix bugs in dereference and address and logsA404M
2025-04-30fixing some bugs in new way of operators and printingA404M
2025-04-29add a lot of builtinsA404M