A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 252e1339d6 Type and parameter parsing - working toward function handling.
"plain token" lexical analysis for brevity.


git-svn-id: http://picoc.googlecode.com/svn/trunk@19 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-12-22 11:52:31 +00:00
hello.c Simple counting loops now work 2008-12-21 03:46:32 +00:00
lex.c Type and parameter parsing - working toward function handling. 2008-12-22 11:52:31 +00:00
Makefile Initial checkin of picoc. Not working yet. 2008-10-13 00:53:28 +00:00
parse.c Type and parameter parsing - working toward function handling. 2008-12-22 11:52:31 +00:00
picoc.c Local variables implemented 2008-12-22 02:29:19 +00:00
picoc.h Type and parameter parsing - working toward function handling. 2008-12-22 11:52:31 +00:00
str.c Fixed decimal printing 2008-12-19 07:26:41 +00:00
table.c Local variables implemented 2008-12-22 02:29:19 +00:00