summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-02-23add += -= *= /= %=A404M
2025-02-23fix < >= operator bugA404M
2025-02-22some clean upA404M
2025-02-22cleaning stuff and maybe cause some speed upA404M
2025-02-21add a lot of goodies in typesA404M
2025-02-21add type def as variableA404M
fix some memory leaks
2025-02-18add whileA404M
fix some memory leaks
2025-02-18add plus minus to floatsA404M
fix memory leaks
2025-02-18add f16 f32 f64 f128A404M
2025-02-13add i8 u8 i16 u16 i32 u32A404M
add overflow warning
2025-02-13some clean upA404M
2025-02-13add parenthesis for orderingA404M
2025-02-13add == != > >= < <=A404M
2025-02-13add i64A404M
2025-02-12fix some leaksA404M
2025-02-12enhanced if with elseA404M
fix if scope bug
2025-02-12add ifA404M
2025-02-12fix circular dependency problemA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
some clean up
2025-02-10add - * / %A404M
2025-02-09fix memory leaksA404M
2025-02-09fixed running functions twoiceA404M
2025-02-09fix leaksA404M
fix printError
2025-02-09fix some memory leakA404M
2025-02-08add boolA404M
2025-02-08fix some bugs in argumentsA404M
2025-02-08add argumentsA404M
2025-02-08better errorsA404M
2025-02-08formatA404M
2025-02-08clean upA404M
2025-02-08add const checkA404M
fix some bugs
2025-02-08fix some bugs for returnA404M
2025-02-07fix return for void functionsA404M
2025-02-07add returnA404M
2025-02-07add plusA404M
trying to add return
2025-02-06prepairing to have better functionsA404M
fix bug
2025-02-05cleaning upA404M
2025-02-03make mov and def more dynamicA404M
2025-01-31make stuff more organized and saferA404M
2025-01-30fix bugsA404M
2025-01-30added assign operatorA404M
2025-01-30clean upA404M
2025-01-30added global variables (not constants)A404M
2025-01-29add cleaning ast treeA404M
fix bugs
2025-01-29add global variablesA404M
fix shadowing in different levels better type checking
2025-01-29make a todo to rememberA404M
2025-01-29move assembly to new fileA404M
make constants to have a separate token
2025-01-28add more type checksA404M
2025-01-28add automatic type finding to u64 valuesA404M