A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 5ddfcfd14a Completed lexer.
Removed dependence on strtol()

git-svn-id: http://picoc.googlecode.com/svn/trunk@7 21eae674-98b7-11dd-bd71-f92a316d2d60
2008-10-15 02:09:47 +00:00
hello.c Initial checkin of picoc. Not working yet. 2008-10-13 00:53:28 +00:00
lex.c Completed lexer. 2008-10-15 02:09:47 +00:00
Makefile Initial checkin of picoc. Not working yet. 2008-10-13 00:53:28 +00:00
parse.c Now uses internal printf 2008-10-14 11:18:43 +00:00
picoc.c Now uses internal printf 2008-10-14 11:18:43 +00:00
picoc.h More lexiness 2008-10-14 11:46:42 +00:00
str.c Now uses internal printf 2008-10-14 11:18:43 +00:00
table.c Initial checkin of picoc. Not working yet. 2008-10-13 00:53:28 +00:00