A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
2008-12-27 02:28:29 +00:00
hello.c Function calls now work. 2008-12-24 03:27:53 +00:00
lex.c Added floating point support 2008-12-27 02:25:49 +00:00
Makefile Added floating point support 2008-12-27 02:25:49 +00:00
parse.c Fixed bug in scoping accessing all stack frames, not just local and 2008-12-27 02:28:29 +00:00
picoc.c Local variables implemented 2008-12-22 02:29:19 +00:00
picoc.h Added floating point support 2008-12-27 02:25:49 +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