aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/ast-tree.h
AgeCommit message (Expand)Author
2025-06-13removing duplicated codeA404M
2025-06-12removing lazy because macro can do the jobA404M
2025-06-09fixing bug in anytypeA404M
2025-06-09add macroA404M
2025-06-06moving duplicated codes to functionsA404M
2025-06-06cleaning importA404M
2025-06-05trying to add macroA404M
2025-06-05fix some bugsA404M
2025-06-04fix bug in pointer dereferencingA404M
2025-06-03first version of code insertionA404M
2025-06-01fixing stringA404M
2025-05-31fixing some problems with array accessA404M
2025-05-31add array access overloadA404M
2025-05-31add ability to specify int type as extensionA404M
2025-05-30add functionality to scopeAllocA404M
2025-05-30better unary operatorA404M
2025-05-30better binary operatorA404M
2025-05-30better operator overloadA404M
2025-05-29better anytypeA404M
2025-05-29add any typeA404M
2025-05-26add shiftA404M
2025-05-25add bitwise not and xor orA404M
2025-05-23add way to call C functionsA404M
2025-05-23add @size_ofA404M
2025-05-23added native values instead of ast onesA404M
2025-05-18replaced putc with @putc()A404M
2025-05-17add comptime if checkingA404M
2025-05-16some clean upsA404M
2025-05-16add continueA404M
2025-05-16break now worksA404M
2025-05-15better copy management in astA404M
2025-05-15add first version of shape shifterA404M
2025-05-12add type of shape shifterA404M
2025-05-11reverting some choices for better futureA404M
2025-05-11added comptime keyword to variablesA404M
2025-05-11some clean upsA404M
2025-05-11fix typoA404M
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-25add better time printingA404M
2025-04-24some clean upsA404M
2025-04-24add code typeA404M