summaryrefslogtreecommitdiff
path: root/src/compiler/lexer.c
AgeCommit message (Collapse)Author
2025-02-24add comptime conceptHEADmasterA404M
2025-02-23fix bugs in float typesA404M
2025-02-23clean upA404M
2025-02-23add += -= *= /= %=A404M
2025-02-23fix < >= operator bugA404M
2025-02-18add whileA404M
fix some 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 == != > >= < <=A404M
2025-02-13add i64A404M
2025-02-12enhanced if with elseA404M
fix if scope bug
2025-02-12add ifA404M
2025-02-11add unary + -A404M
2025-02-10fix double free of codeA404M
some clean up
2025-02-10add - * / %A404M
2025-02-09fix leaksA404M
fix printError
2025-02-08add boolA404M
2025-02-08better errorsA404M
2025-02-08formatA404M
2025-02-07add plusA404M
trying to add return
2025-01-30added global variables (not constants)A404M
2025-01-28clean syntax to not allowing variable definition else whereA404M
2025-01-28added constant valuesA404M
2025-01-27clean upA404M
removed print hello world
2025-01-27add print_u64 to be able to print u64 numbersA404M
2025-01-24add types and type checking (not complete)A404M
2025-01-23check function argumentsA404M
2025-01-18add multi line commentA404M
2025-01-18initial commitA404M