A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 54efa99a65 Transitional state
git-svn-id: http://picoc.googlecode.com/svn/trunk@109 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-24 10:29:14 +00:00
tests Added pointer test case 2009-02-24 02:12:20 +00:00
heap.c Removed some DOS end-of-line characters 2009-02-24 02:14:07 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Transitional state 2009-02-24 10:29:14 +00:00
lex.c Character constants now work 2009-02-24 01:01:02 +00:00
Makefile New NO_FP compile option allows removal of all floating point support 2009-02-24 00:21:17 +00:00
parse.c Fixed local conflicts 2009-02-24 08:00:53 +00:00
picoc.c printf() now works! 2009-02-21 12:02:15 +00:00
picoc.h New NO_FP compile option allows removal of all floating point support 2009-02-24 00:21:17 +00:00
table.c printf() now works! 2009-02-21 12:02:15 +00:00
TODO Updated TODO 2009-02-24 04:53:01 +00:00
type.c Fixed some inconsistencies in array handling 2009-02-24 02:28:35 +00:00
variable.c Fixed a bug in array allocation (regression) 2009-02-24 00:08:11 +00:00