Revision 9d5fd8b80c56819aa930b1a021b21ed05db7718c authored by a1ex on 15 February 2014, 18:47:12 UTC, committed by a1ex on 15 February 2014, 18:47:12 UTC
1 parent f650378
Raw File
pico.c
#include "platform.h"

#include "table.c"
#include "lex.c"
#include "parse.c"
#include "expression.c"
#include "heap.c"
#include "type.c"
#include "variable.c"
#include "clibrary.c"
#include "platform.c"
#include "include.c"
#include "platform_ml.c"
#include "library_ml.c"
back to top