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-13 17:10:19 +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 put everything in a main function 2022-12-10 15:26:31 +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 add error messages 2022-12-10 16:13:22 +01:00
15_err-args-missing.test add error messages 2022-12-10 16:13:22 +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 fix indent 2022-12-11 03:34:01 +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 add string support 2022-12-11 03:35:52 +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 add example of fn with a mips instr name 2022-12-13 15:02:11 +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