q/tests/programs
2025-04-15 11:08:33 +02:00
..
add.q Added more tests 2025-03-14 00:08:58 +01:00
align.q Added a function for memory size alignment 2025-04-15 11:08:33 +02:00
allocator.q Removed struct keyword 2025-04-04 13:32:55 +02:00
assert.q Added crash function 2025-03-14 09:52:00 +01:00
binary.q Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
bitwise-and.q Changed test order 2025-02-25 17:06:46 +01:00
bitwise-or.q Changed test order 2025-02-25 17:06:46 +01:00
bitwise-xor.q Changed test order 2025-02-25 17:06:46 +01:00
branch-and.q Implemented package imports 2024-07-18 18:08:30 +02:00
branch-both.q Implemented package imports 2024-07-18 18:08:30 +02:00
branch-or.q Implemented package imports 2024-07-18 18:08:30 +02:00
branch-save.q Improved type system 2025-02-17 14:31:47 +01:00
branch.q Improved type system 2025-02-17 14:31:47 +01:00
cast.q Added placeholders for type casts 2025-02-27 00:18:34 +01:00
chained-calls.q Improved type system 2025-02-17 14:31:47 +01:00
const.q Modified const and extern to always use blocks 2025-04-05 19:34:50 +02:00
div-split.q Fixed incorrect division results 2025-02-22 12:54:23 +01:00
div.q Added more tests 2025-03-14 00:08:58 +01:00
empty.q Added more tests 2024-07-03 11:59:36 +02:00
escape-rune.q Added escape sequences 2024-07-31 17:50:31 +02:00
escape-string.q Added escape sequences 2024-07-31 17:50:31 +02:00
factorial.q Added more tests 2025-03-09 19:24:15 +01:00
fibonacci.q Fixed incorrect register lifetime in for loops 2025-03-09 17:51:24 +01:00
for.q Added more tests 2025-02-28 19:52:21 +01:00
function-pointer-field.q Removed struct keyword 2025-04-04 13:32:55 +02:00
function-pointer.q Implemented parameter passing for function pointers 2025-03-03 14:32:11 +01:00
hexadecimal.q Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
index-dynamic.q Implemented for loops 2025-02-19 23:46:17 +01:00
index-static.q Implemented loop iterators 2025-02-19 17:52:15 +01:00
int64.q Added types 2024-08-05 18:47:24 +02:00
jump-near.q Implemented package imports 2024-07-18 18:08:30 +02:00
len.q Added more tests 2025-02-11 18:48:40 +01:00
loop-in-loop.q Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
loop-lifetime.q Improved type system 2025-02-17 14:31:47 +01:00
loop.q Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
math.q Improved type system 2025-02-17 14:31:47 +01:00
memory-free.q Improved type system 2025-02-09 23:52:07 +01:00
modulo-assign.q Improved division split 2024-07-28 18:12:42 +02:00
modulo.q Improved division split 2024-07-28 18:12:42 +02:00
mul.q Added more tests 2025-03-14 00:08:58 +01:00
negation.q Improved type system 2025-02-17 14:31:47 +01:00
negative.q Added more tests 2024-07-31 15:24:21 +02:00
nested-calls.q Improved type system 2025-02-17 14:31:47 +01:00
octal.q Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
operator-assign-number.q Added more tests 2025-02-22 13:58:07 +01:00
operator-assign-variable.q Added more tests 2025-02-22 13:58:07 +01:00
operator-number.q Added more tests 2025-02-22 13:58:07 +01:00
operator-variable.q Added more tests 2025-02-22 13:58:07 +01:00
out-of-memory.q Improved out of memory test 2024-08-12 15:46:45 +02:00
param-multi.q Improved type system 2025-02-17 14:31:47 +01:00
param-order.q Improved type system 2025-02-17 14:31:47 +01:00
param.q Improved type system 2025-02-17 14:31:47 +01:00
precedence.q Added assertions to most tests 2024-07-28 18:47:13 +02:00
reassign.q Added more tests 2024-07-30 15:46:47 +02:00
return-multi.q Improved type system 2025-02-17 14:31:47 +01:00
return.q Improved type system 2025-02-17 14:31:47 +01:00
reuse.q Improved type system 2025-02-17 14:31:47 +01:00
shift.q Added assertions to most tests 2024-07-28 18:47:13 +02:00
square-sum.q Improved type system 2025-02-17 14:31:47 +01:00
struct-lifetime.q Removed struct keyword 2025-04-04 13:32:55 +02:00
struct.q Removed struct keyword 2025-04-04 13:32:55 +02:00
sub.q Added more tests 2025-03-14 00:08:58 +01:00
switch.q Added more tests 2024-08-03 23:05:09 +02:00
variables.q Implemented division by immediates in the IR 2025-03-31 15:51:04 +02:00