summaryrefslogtreecommitdiff
path: root/src/runner/runner.c
AgeCommit message (Expand)Author
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
2025-03-27fix bug in multiple dereferenceA404M
2025-03-27add dereferencingA404M
2025-03-27replaced old variable system with new one in vmA404M
2025-03-27trying to change way of variablesA404M
2025-03-26add address operatorA404M
2025-03-26fix null double freeA404M
2025-03-25fix recursive call bugA404M
2025-03-25add pointer typeA404M
2025-03-20added named paramtersA404M
2025-03-20fix bug in paramter types in function callsA404M
2025-03-18fixed multi depth dependenciesA404M
2025-02-24add comptime conceptA404M
2025-02-23add more support for typesA404M
2025-02-23fix bugs in float typesA404M
2025-02-23fix some bugsA404M
2025-02-23fix inline ifA404M
2025-02-23fix < >= operator bugA404M
2025-02-22some clean upA404M
2025-02-21add a lot of goodies in typesA404M
2025-02-18add whileA404M
2025-02-18add plus minus to floatsA404M
2025-02-18add f16 f32 f64 f128A404M
2025-02-13add i8 u8 i16 u16 i32 u32A404M
2025-02-13some clean upA404M
2025-02-13add == != > >= < <=A404M
2025-02-13add i64A404M
2025-02-12fix some leaksA404M
2025-02-12enhanced if with elseA404M
2025-02-12add ifA404M
2025-02-12fix circular dependency problemA404M
2025-02-11add unary + -A404M
2025-02-10add - * / %A404M
2025-02-09fix memory leaksA404M
2025-02-09fixed running functions twoiceA404M
2025-02-09fix leaksA404M
2025-02-08add boolA404M
2025-02-08add argumentsA404M
2025-02-08add const checkA404M
2025-02-08fix some bugs for returnA404M
2025-02-07add returnA404M
2025-02-07add plusA404M