potion_parse     1286 core/compile.c     : potion_parse(P, bytes, "<eval>");
potion_parse       36 core/load.c    	  potion_parse(P, buf, (char *)filename),
potion_parse      902 core/potion.h  PN potion_parse(Potion *, PN, char*);
potion_parse      459 core/vm.c      	  PN code = potion_parse(P, potion_send(str, PN_STR("bytes")), "-d");
potion_parse      116 front/potion.c     code = potion_parse(P, buf, filename);
potion_parse      365 syn/syntax.y   PN potion_parse(Potion *P, PN code, char *filename) {