aboutsummaryrefslogtreecommitdiff
path: root/src/runner/runner.c
AgeCommit message (Expand)Author
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
2025-04-27add operator overloadingA404M
2025-04-26add @isComptime to determine if code is running in comptime or notA404M
2025-04-26add better support for builtinA404M
2025-04-26some small changesA404M
2025-04-26clean upA404M
2025-04-24add code typeA404M
2025-04-23prepairing more for importingA404M
2025-04-18fix variable definition in loopsA404M
2025-04-16better search for mainA404M
2025-04-16add .length to arraysA404M
2025-04-15add stringA404M
2025-04-15some improvements for type systemA404M
2025-04-14add arraysA404M
2025-04-11add @typeOfA404M
2025-04-11implement function overloadingA404M
2025-04-09add builtins (cast)A404M
2025-04-09add logical and or notA404M
2025-04-09add better support for debugging compilerA404M
2025-04-09add putc keyword to print charA404M
2025-04-08add support for tccA404M
2025-04-07add a way to make generic structsA404M
2025-04-07add more type stuffA404M
2025-04-07add struct + struct values + access by dotA404M
2025-04-05working on access operatorA404M
2025-04-04add undefined and fix some struct stuffA404M
2025-04-04add reassignable functions in function scopes (reassignable lambdas)A404M
2025-04-04arg names are in function types nowA404M
2025-03-29fix bug in conditionsA404M
2025-03-29convert int value metadata to pointer for unified styleA404M
2025-03-27fix memory leakA404M
2025-03-27fix bug in multiple left value dereferenceA404M