picoc/tests
zik.saleeba 23bce9d38a enums implemented
git-svn-id: http://picoc.googlecode.com/svn/trunk@180 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-03-09 22:36:01 +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 Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +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 Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +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 Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +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 Syntax of "switch" is now handled. Not semantics though. 2009-02-17 23:36:09 +00:00
05_array.expect Implemented array lookup 2009-02-15 06:46:37 +00:00
06_case.c Added test case for switch/case/break 2009-02-18 11:05:34 +00:00
06_case.expect Added test case for switch/case/break 2009-02-18 11:05:34 +00:00
07_function.c Functions returning void fixed 2009-03-09 00:43:31 +00:00
07_function.expect Corrected test 2009-03-09 00:45:33 +00:00
08_while.c Added tests for functions, while and do..while 2009-02-19 11:00:51 +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 Added tests for functions, while and do..while 2009-02-19 11:00:51 +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 Fixed lexer issue temporarily 2009-02-28 19:57:03 +00:00
10_pointer.expect Fixed lexer issue temporarily 2009-02-28 19:57:03 +00:00
11_precedence.c Added new operator precedence tests 2009-03-02 06:46:03 +00:00
11_precedence.expect Added new operator precedence tests 2009-03-02 06:46:03 +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 Added missing tests 2009-03-09 00:49:01 +00:00
15_recursion.expect Added missing tests 2009-03-09 00:49:01 +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 enums implemented 2009-03-09 22:36:01 +00:00
17_enum.expect enums implemented 2009-03-09 22:36:01 +00:00
Makefile enums implemented 2009-03-09 22:36:01 +00:00