aboutsummaryrefslogtreecommitdiff
path: root/src/compiler/parser.h
AgeCommit message (Expand)Author
14 daysadd shiftA404M
2025-05-25add bitwise not and xor orA404M
2025-05-24fixing some problems in parsingA404M
2025-05-23add way to call C functionsA404M
2025-05-23add @size_ofA404M
2025-05-18replaced putc with @putc()A404M
2025-05-16add continueA404M
2025-05-16fix access operator and some stuff to make break workA404M
2025-05-12add type of shape shifterA404M
2025-05-11added comptime keyword to variablesA404M
2025-05-11some clean upsA404M
2025-05-09add named importsA404M
2025-05-08add a way for member functionA404M
2025-05-07add lazy to variablesA404M
2025-05-07fix bugs in dereference and address and logsA404M
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-26clean upA404M
2025-04-25add better time printingA404M
2025-04-24some clean upsA404M
2025-04-24add code typeA404M
2025-04-23prepairing more for importingA404M
2025-04-15add stringA404M
2025-04-14add arraysA404M
2025-04-09add builtins (cast)A404M
2025-04-09add logical and or notA404M
2025-04-09changed the way of parsing order finding to speed it upA404M
2025-04-09add putc keyword to print charA404M
2025-04-08add charactersA404M
2025-04-08add support for tccA404M
2025-04-05working on access operatorA404M
2025-04-04add undefined and fix some struct stuffA404M
2025-04-04first stuff to have a structA404M
2025-03-27add dereferencingA404M
2025-03-26add address operatorA404M
2025-03-25add pointer typeA404M
2025-02-24add comptime conceptA404M
2025-02-23add += -= *= /= %=A404M
2025-02-18add whileA404M
2025-02-18add f16 f32 f64 f128A404M
2025-02-13add i8 u8 i16 u16 i32 u32A404M
2025-02-13add == != > >= < <=A404M
2025-02-13add i64A404M
2025-02-12enhanced if with elseA404M
2025-02-12add ifA404M
2025-02-11add unary + -A404M
2025-02-10add - * / %A404M
2025-02-08add boolA404M