A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 7cd75ae05b Some cleanup of memory references
git-svn-id: http://picoc.googlecode.com/svn/trunk@53 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-02 22:33:51 +00:00
test Added comment test case 2009-01-05 10:53:44 +00:00
heap.c Size error in big allocation fixed 2009-02-02 22:32:24 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Freeing tokens after intrinsic parse 2009-02-02 11:51:45 +00:00
lex.c Uninitialised memory bug fixed 2009-02-02 22:33:07 +00:00
Makefile Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00
parse.c Fixed some egrerious bugs 2009-02-02 11:50:55 +00:00
picoc.c Lexer now supports interactive input. 2009-02-02 04:53:45 +00:00
picoc.h Fixed some egrerious bugs 2009-02-02 11:50:55 +00:00
str.c Parser is now updated to work with the new lexer and string system. 2009-02-02 11:08:36 +00:00
table.c Some cleanup of memory references 2009-02-02 22:33:51 +00:00
TODO Bulk changes to accomodate the new storage model. 2009-01-26 08:57:32 +00:00
type.c Parser is now updated to work with the new lexer and string system. 2009-02-02 11:08:36 +00:00
variable.c Parser is now updated to work with the new lexer and string system. 2009-02-02 11:08:36 +00:00