A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
zik.saleeba 8bd1c18d24 Converting to use shared strings
git-svn-id: http://picoc.googlecode.com/svn/trunk@45 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-02 03:27:05 +00:00
test Added comment test case 2009-01-05 10:53:44 +00:00
heap.c Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Converting to use shared strings 2009-02-02 03:27:05 +00:00
lex.c Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00
Makefile Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00
parse.c Converting to use shared strings 2009-02-02 03:27:05 +00:00
picoc.c Converting to use shared strings 2009-02-02 03:27:05 +00:00
picoc.h Converting to use shared strings 2009-02-02 03:27:05 +00:00
str.c Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00
table.c Now uses the benefits of shared strings to simplify the hash table for value lookups. 2009-02-02 03:25:15 +00:00
TODO Bulk changes to accomodate the new storage model. 2009-01-26 08:57:32 +00:00
type.c Now stack frames appear on our new stack as they should. The old static 2009-01-29 11:10:46 +00:00
variable.c Bulko lexer change for more efficient pre-scanned tokens. 2009-02-01 11:31:18 +00:00