history for: test.qk

commit author date subject
37dce49 Antoni Marzec 2025-09-10 16:46 update examples to make them compile
4dfcec0 Antoni Marzec 2025-09-10 11:13 correctly parse module declaration
d3a9db6 Antoni Marzec 2025-09-01 18:57 move test.qk files to examples dir with proper name
9469f43 Antoni Marzec 2025-08-30 21:25 fix typechecking of for loops
e0dd207 marzeq 2025-05-27 12:05 fix for loop setups
34b27d9 marzeq 2025-05-27 11:34 update example
d36252c marzeq 2025-03-10 12:23 use stack for variables
928b5c0 marzeq 2025-03-03 16:48 partial struct support
4cf82e5 marzeq 2025-02-13 22:56 add variadics for external function defs
cf60609 marzeq 2025-02-13 17:58 fix typechecker not checking for argument count mismatch
78b72b3 marzeq 2025-02-13 17:55 add string literal and external function defs
3c556fd marzeq 2025-02-09 17:38 add char literals
22f21e1 marzeq 2025-02-08 20:55 fix case where as generation fails when last statement is function and it alwaysReturns
8a8928a marzeq 2025-02-08 18:15 add temporary _print function
8e46789 marzeq 2025-02-08 17:41 add codegen for everything the typechecker supports
53e437c marzeq 2025-02-04 17:31 update readme roadmap
4594921 marzeq 2025-02-04 15:50 implement scuffed include imports
cf49edf marzeq 2025-02-04 12:08 add string literals, and update imports to use them
af79d87 marzeq 2025-02-04 10:19 allow different integer types to be added/subtracted/... and compared together
96c30ee marzeq 2025-02-03 22:03 initial commit