picoc/c-tests
Russell Joyce 5261facbd7
Fixed bug with typedef, introduced with extra type qualifier parsing
Caused by overwriting the value of the actual type token being parsed by
any following tokens that were examined or consumed, rather than just
ignoring their values.
2020-06-12 15:33:19 +01:00
..
.gitignore Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
basic.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
complete.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
expressions.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
factorial.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
hash.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
loop.c Small modification to loop C test code 2020-06-09 12:31:20 +01:00
md5.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
pragma.c Added basic pragma parsing 2020-06-09 19:21:00 +01:00
test.c Added some basic example C files for use with debugging/testing 2020-05-13 18:01:14 +01:00
types.c Fixed bug with typedef, introduced with extra type qualifier parsing 2020-06-12 15:33:19 +01:00