aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.c
AgeCommit message (Collapse)Author
2025-05-11fix typoA404M
some clean up
2025-05-09add named importsA404M
2025-05-08doing stuff for making named importA404M
2025-05-07add lazy to variablesA404M
2025-05-07fix bugs in dereference and address and logsA404M
2025-04-30add operators neededA404M
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-25performance improvementA404M
2025-04-25add better time printingA404M
2025-04-24some clean upsA404M
2025-04-24add code typeA404M
2025-04-24fix circular importsA404M
2025-04-24add @importA404M
2025-04-23prepairing more for importingA404M
2025-04-23changed the way which to get variablesA404M
2025-04-18fix variable definition in loopsA404M
2025-04-16add .length to arraysA404M
2025-04-16add better array type systemA404M
2025-04-15add stringA404M
2025-04-15some improvements for type systemA404M
2025-04-14add arraysA404M
2025-04-11add @typeOfA404M
2025-04-11fix recursive after function overloadingA404M
2025-04-11clean upA404M
2025-04-11more function overloading supportA404M
2025-04-11fix bugs in function overloadingA404M
2025-04-11implement function overloadingA404M
2025-04-10fix bug in builtinA404M
2025-04-09add builtins (cast)A404M
2025-04-09add logical and or notA404M
2025-04-09add putc keyword to print charA404M
remove print_u64
2025-04-08add charactersA404M
2025-04-08add support for tccA404M
2025-04-07add comptime globalA404M
2025-04-07speed improvementsA404M
2025-04-07add a way to make generic structsA404M
2025-04-07add more type stuffA404M
2025-04-07fix type checkingA404M
fix memory leak in int value to float conversion
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-04first stuff to have a structA404M
2025-04-04returning functions now workA404M
2025-04-04add reassignable functions in function scopes (reassignable lambdas)A404M