elna/tests/vm
2024-11-06 22:23:49 +01:00
..
add_products.elna Implement division 2024-10-06 18:09:08 +02:00
define_variable.elna Parse local variables 2024-11-06 22:23:49 +01:00
exit_between_statements.elna Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
parse_negative_numbers.elna Negate integral expressions 2024-10-02 22:56:15 +02:00
print0.elna Parse call statements 2024-09-24 22:20:57 +02:00
print_2_digits.elna Print numbers with multiple digits 2024-09-27 22:53:05 +02:00
print_2_statements.elna Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
print_char.elna Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
print_more_20_bits.elna Print numbers with multiple digits 2024-09-27 22:53:05 +02:00
print_negate.elna Negate integral expressions 2024-10-02 22:56:15 +02:00
print_product.elna Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
print_subtraction.elna Implement addition and subtraction 2024-09-29 19:50:55 +02:00
print_sum.elna Implement addition and subtraction 2024-09-29 19:50:55 +02:00
printi_hex.elna Add printc and exit builtin functions 2024-10-04 18:26:10 +02:00
printi_if_greater_equal.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if_greater.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if_less_equal.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if_less.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if_not_compound.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if_not.elna Implement comparison operators 2024-10-13 12:59:47 +02:00
printi_if.elna Implement if statements with equality 2024-10-11 16:14:01 +02:00
printi_negative_hex.elna Generate a call to _divide_by_zero_error on RiscV 2024-10-30 14:12:51 +01:00
printi_quotient.elna Implement division 2024-10-06 18:09:08 +02:00
printi_signed_hex.elna Generate a call to _divide_by_zero_error on RiscV 2024-10-30 14:12:51 +01:00