A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
2009-01-21 09:02:05 +00:00
test Added comment test case 2009-01-05 10:53:44 +00:00
heap.c Working on the heap and the new type system. Doesn't compile right now. 2009-01-21 00:52:42 +00:00
hello.c Intrinsic functions implemented 2008-12-27 04:36:45 +00:00
intrinsic.c Now compiles with some of the new structure in place 2009-01-21 09:02:05 +00:00
lex.c Added lexer token caching for improved performance 2009-01-05 04:52:33 +00:00
Makefile Working on the heap and the new type system. Doesn't compile right now. 2009-01-21 00:52:42 +00:00
parse.c Now compiles with some of the new structure in place 2009-01-21 09:02:05 +00:00
picoc.c Fixed a problem with passing unnamed parameters. 2009-01-05 05:50:04 +00:00
picoc.h Now compiles with some of the new structure in place 2009-01-21 09:02:05 +00:00
str.c Support for floating point output added 2008-12-27 03:04:58 +00:00
table.c Now compiles with some of the new structure in place 2009-01-21 09:02:05 +00:00
TODO Now compiles with some of the new structure in place 2009-01-21 09:02:05 +00:00