potion_syntax_error  591 core/compile.c             potion_syntax_error(P, "%s statement used as expr only valid with use p2;", "if");
potion_syntax_error  622 core/compile.c             potion_syntax_error(P, "%s statement used as expr only valid with use p2;", "elsif");
potion_syntax_error  655 core/compile.c             potion_syntax_error(P, "%s statement used as expr only valid with use p2;", "else");
potion_syntax_error  721 core/compile.c           potion_syntax_error(P, "'break' outside of loop");
potion_syntax_error  728 core/compile.c           potion_syntax_error(P, "'continue' outside of loop");
potion_syntax_error  958 core/compile.c 	  potion_syntax_error(P, "in signature: value %s as argument name", AS_STR(v));
potion_syntax_error  983 core/compile.c 	  potion_syntax_error(P, "in signature: unexpected AST %s", AS_STR(lhs));
potion_syntax_error 1014 core/compile.c 	  potion_syntax_error(P, "in signature: unexpected AST %s", AS_STR(expr));
potion_syntax_error  786 core/potion.h  void potion_syntax_error(Potion *, const char *, ...)