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 16:13: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 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
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