A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 6a1d28c1dc switch is now working.
did some work on break / continue in loops.


git-svn-id: http://picoc.googlecode.com/svn/trunk@87 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-19 09:07:00 +00:00
tests Added test case for switch/case/break 2009-02-18 11:05:34 +00:00
heap.c Fixed an EOF lexing problem. 2009-02-04 00:17:30 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Changes to help with implementing switch/case/break/continue/return 2009-02-18 08:19:06 +00:00
lex.c Added comment 2009-02-19 04:55:52 +00:00
Makefile Arithmetic fixed to work with new system. "for" now works correctly again. 2009-02-15 06:16:54 +00:00
parse.c switch is now working. 2009-02-19 09:07:00 +00:00
picoc.c Changed order of initialisation to fix reserved word bug 2009-02-02 22:35:34 +00:00
picoc.h Changes to help with implementing switch/case/break/continue/return 2009-02-18 08:19:06 +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 Fixed an EOF lexing problem. 2009-02-04 00:17:30 +00:00
TODO Arrays debugged and working 2009-02-15 07:39:41 +00:00
type.c Changes to help with implementing switch/case/break/continue/return 2009-02-18 08:19:06 +00:00
variable.c Revamped the way lvalues work. Now both structs and '.' should work. 2009-02-15 05:52:03 +00:00