summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
4 daysmove time to utilsA404M
5 dayssome clean upsA404M
6 daysprepairing more for importingA404M
11 dayschange print time to us from nsA404M
14 daysadd stringA404M
2025-04-09changed the way of parsing order finding to speed it upA404M
2025-04-09add better support for debugging compilerA404M
2025-04-09convert assert to static_assert for no unnecesary runtime overheadA404M
2025-04-07add struct + struct values + access by dotA404M
2025-04-05working on access operatorA404M
2025-04-04arg names are in function types nowA404M
2025-03-29fix bug in conditionsA404M
2025-02-23add more support for typesA404M
2025-02-23fix bugs in float typesA404M
2025-02-23clean upA404M
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-18add f16 f32 f64 f128A404M
2025-02-12fix some leaksA404M
2025-02-12enhanced if with elseA404M
2025-02-12fix circular dependency problemA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
2025-02-10add - * / %A404M
2025-02-09fix some memory leakA404M
2025-02-08add boolA404M
2025-02-07add plusA404M
2025-02-06prepairing to have better functionsA404M
2025-01-30added assign operatorA404M
2025-01-29add global variablesA404M
2025-01-27add print_u64 to be able to print u64 numbersA404M
2025-01-25add function callA404M
2025-01-23cleaning the codeA404M
2025-01-19fix memory leaksA404M
2025-01-18initial commitA404M