A very small C interpreter (Note: Originally a fork of https://github.com/RTSYork/picoc)
Go to file
2009-02-09 11:40:56 +00:00
test Added comment test case 2009-01-05 10:53:44 +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 Freeing tokens after intrinsic parse 2009-02-02 11:51:45 +00:00
lex.c Fixed an EOF lexing problem. 2009-02-04 00:17:30 +00:00
Makefile Fixed an EOF lexing problem. 2009-02-04 00:17:30 +00:00
parse.c Implemented the '.' operator for struct/union member access 2009-02-09 11:40:56 +00:00
picoc.c Changed order of initialisation to fix reserved word bug 2009-02-02 22:35:34 +00:00
picoc.h Implemented the '.' operator for struct/union member access 2009-02-09 11:40:56 +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 Implemented the '.' operator for struct/union member access 2009-02-09 11:40:56 +00:00
type.c Fixed a problem with VariableAllocValueAndData() allocating the wrong amount of memory. 2009-02-03 10:39:48 +00:00
variable.c Implemented the '.' operator for struct/union member access 2009-02-09 11:40:56 +00:00