picoc/tests
2009-10-25 11:54:34 +00:00
..
00_assignment.c Now allowing multiple declarations in one statement 2009-03-06 06:00:51 +00:00
00_assignment.expect Now allowing multiple declarations in one statement 2009-03-06 06:00:51 +00:00
01_comment.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
01_comment.expect Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +00:00
02_printf.c Character constants now work 2009-02-24 01:01:02 +00:00
02_printf.expect Character constants now work 2009-02-24 01:01:02 +00:00
03_struct.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
03_struct.expect Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +00:00
04_for.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
04_for.expect Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +00:00
05_array.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
05_array.expect Implemented array lookup 2009-02-15 06:46:37 +00:00
06_case.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
06_case.expect Added test case for switch/case/break 2009-02-18 11:05:34 +00:00
07_function.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
07_function.expect Functions with no parameters tested and passed 2009-03-10 02:04:19 +00:00
08_while.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
08_while.expect Added tests for functions, while and do..while 2009-02-19 11:00:51 +00:00
09_do_while.c Updated tests to reflect the removal of sayhello() and printint() 2009-03-15 09:09:38 +00:00
09_do_while.expect Added tests for functions, while and do..while 2009-02-19 11:00:51 +00:00
10_pointer.c '->' operator implemented 2009-03-09 23:18:04 +00:00
10_pointer.expect '->' operator implemented 2009-03-09 23:18:04 +00:00
11_precedence.c Precedence test added 2009-04-15 10:56:02 +00:00
11_precedence.expect Precedence test added 2009-04-15 10:56:02 +00:00
12_hashdefine.c Added missing tests 2009-03-08 01:10:29 +00:00
12_hashdefine.expect Added missing tests 2009-03-08 01:10:29 +00:00
13_integer_literals.c Added missing tests 2009-03-08 01:10:29 +00:00
13_integer_literals.expect Added missing tests 2009-03-08 01:10:29 +00:00
14_if.c Added missing tests 2009-03-09 00:49:01 +00:00
14_if.expect Added missing tests 2009-03-09 00:49:01 +00:00
15_recursion.c Final problems with the new expression system fixed 2009-04-15 10:47:51 +00:00
15_recursion.expect Fixed problem with 'return' parsing which was causing the factorial example to fail 2009-03-10 02:18:17 +00:00
16_nesting.c Nesting test added 2009-03-09 20:48:26 +00:00
16_nesting.expect Nesting test added 2009-03-09 20:48:26 +00:00
17_enum.c Fixed bug in enum declaration requiring a variable name 2009-03-10 08:03:10 +00:00
17_enum.expect enums implemented 2009-03-09 22:36:01 +00:00
18_include.c #include now works 2009-03-10 01:01:57 +00:00
18_include.expect #include now works 2009-03-10 01:01:57 +00:00
18_include.h #include now works 2009-03-10 01:01:57 +00:00
19_pointer_arithmetic.c Pointer arithmetic and NULL pointer support added 2009-04-19 11:49:01 +00:00
19_pointer_arithmetic.expect Pointer arithmetic and NULL pointer support added 2009-04-19 11:49:01 +00:00
20_pointer_comparison.c Added missing tests 2009-04-22 08:24:56 +00:00
20_pointer_comparison.expect Added missing tests 2009-04-22 08:24:56 +00:00
21_char_array.c Fixed a bug in parsing "while ()" and "do..while()". I tried to be too clever. Bad idea. 2009-06-04 00:18:28 +00:00
21_char_array.expect Fixed a bug in parsing "while ()" and "do..while()". I tried to be too clever. Bad idea. 2009-06-04 00:18:28 +00:00
22_floating_point.c Added tests for FP type coercion 2009-05-27 05:06:36 +00:00
22_floating_point.expect Added tests for FP type coercion 2009-05-27 05:06:36 +00:00
23_type_coercion.c Fixed a mistake in the test case 2009-05-28 00:18:52 +00:00
23_type_coercion.expect Fixed a mistake in the test case 2009-05-28 00:18:52 +00:00
24_math_library.c Fixed quicksort test 2009-06-17 10:39:32 +00:00
24_math_library.expect Fixed quicksort test 2009-06-17 10:39:32 +00:00
25_quicksort.c Fixed a problem with returning void. 2009-06-03 05:24:41 +00:00
25_quicksort.expect Fixed quicksort test 2009-06-17 10:39:32 +00:00
26_character_constants.c Added support for octal and hex character constants 2009-06-03 02:57:23 +00:00
26_character_constants.expect Unsigned types now exist. They're probably not handled quite correctly in expressions yet though. 2009-10-25 11:54:34 +00:00
27_sizeof.c Doing some work on casts and sizeof 2009-10-10 14:49:49 +00:00
27_sizeof.expect Doing some work on casts and sizeof 2009-10-10 14:49:49 +00:00
Makefile Doing some work on casts and sizeof 2009-10-10 14:49:49 +00:00