#include #include #include //run this on the file from a wget http://marc.ucis.ano/?get=0&version=3 #define M_TYPE_NULL 0 #define M_TYPE_STRING 1 #define M_TYPE_LIST 2 #define M_TYPE_DICT 3 char *type[]={"NULL","string","list","dict"}; int indent; void pi() { int i; for(i=0;i