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-10 17:10:06 +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 add error message 2022-12-10 17:10:06 +01:00
18_err-no-type-arg.test add error message 2022-12-10 17:10:06 +01:00
19_print.test Add print integer fn 2022-12-10 17:06:08 +01:00