A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 4821d689ad Big changes to string constants.
Got rid of str.c.
First attempt at stdarg params in printf()


git-svn-id: http://picoc.googlecode.com/svn/trunk@97 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-21 02:35:52 +00:00
tests Implemented ellipsis for stdargs and stdarg stack handling 2009-02-20 09:04:45 +00:00
heap.c Fixed a lexer bug in memory allocation 2009-02-20 09:46:46 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
lex.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
Makefile Big changes to string constants. 2009-02-21 02:35:52 +00:00
parse.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
picoc.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
picoc.h Big changes to string constants. 2009-02-21 02:35:52 +00:00
table.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
TODO Big changes to string constants. 2009-02-21 02:35:52 +00:00
type.c Big changes to string constants. 2009-02-21 02:35:52 +00:00
variable.c Big changes to string constants. 2009-02-21 02:35:52 +00:00