This repository has been archived on 2022-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
compilateurMIPS/tests
2022-12-27 17:22:22 +01:00
..
00_err-lex.test update error messages 2022-12-09 13:39:53 +01:00
01_err-syntax.test put everything in a main function 2022-12-10 15:26:31 +01:00
02_int.test put everything in a main function 2022-12-10 15:26:31 +01:00
03_bool.test put everything in a main function 2022-12-10 15:26:31 +01:00
04_err-unbound-variable.test put everything in a main function 2022-12-10 15:26:31 +01:00
05_err-unbound-variable.test put everything in a main function 2022-12-10 15:26:31 +01:00
06_warn-unassigned-variable.test put everything in a main function 2022-12-10 15:26:31 +01:00
07_err-type-const.test put everything in a main function 2022-12-10 15:26:31 +01:00
08_err-type-variable.test put everything in a main function 2022-12-10 15:26:31 +01:00
09_return.test put everything in a main function 2022-12-10 15:26:31 +01:00
10_math.test calculation priority 2022-12-23 06:42:36 +01:00
11_def.test add type to args of function 2022-12-10 13:49:05 +01:00
12_err-return-sig.test respect the fn type while return 2022-12-10 16:21:26 +01:00
13_err-no-main.test add error messages 2022-12-10 16:13:22 +01:00
14_err-too-much-args.test update tests 2022-12-27 17:07:32 +01:00
15_err-args-missing.test update tests 2022-12-27 17:07:32 +01:00
16_err-no-return-int-fn.test handle non-void fn without return 2022-12-10 16:36:41 +01:00
17_err-losing-variable.test update tests 2022-12-27 17:07:32 +01:00
18_err-no-type-arg.test fix typo 2022-12-13 16:10:45 +01:00
19_print.test Add print integer fn 2022-12-10 17:06:08 +01:00
20_str.test add string support 2022-12-11 03:35:52 +01:00
21_bad-str.test update tests 2022-12-27 17:07:32 +01:00
22_collect-str.test add example of string collect 2022-12-13 14:50:26 +01:00
23_fn-name-mips-instr.test indent 2022-12-27 17:22:22 +01:00
24_if-else.test add tests for conditions 2022-12-13 16:09:32 +01:00
25_if.test add tests for conditions 2022-12-13 16:09:32 +01:00
26_while.test add while example 2022-12-13 17:10:19 +01:00
27_boom.test add example from slides 2022-12-14 00:19:26 +01:00
28_rec.test add some tests 2022-12-14 00:31:05 +01:00
29_if-int.test * add && 2022-12-22 19:15:42 +01:00
30_else-empty.test add some tests 2022-12-14 00:31:05 +01:00
31_return.test add some tests 2022-12-14 00:31:05 +01:00
32_while-int.test * add && 2022-12-22 19:15:42 +01:00
33_fact-loop.test add factloop from course 2022-12-15 19:39:41 +01:00
34_multiple-args.test multiples args test 2022-12-16 22:13:16 +01:00
35_op.test Add or operator 2022-12-22 19:20:59 +01:00
36_if-str.test * add && 2022-12-22 19:15:42 +01:00
37_while-str.test * add && 2022-12-22 19:15:42 +01:00