This commit is contained in:
Aralox
2020-10-26 15:18:43 +11:00
parent 23beda48d7
commit bd7439485f

View File

@@ -12,7 +12,8 @@
// NOTE: Nested f-strings not supported.
#define F_STRING_QUOTE "'''"
static void append_to_chain_store(PycRef<ASTNode> chainStore, PycRef<ASTNode> item, FastStack& stack, PycRef<ASTBlock> curblock);
static void append_to_chain_store(PycRef<ASTNode> chainStore, PycRef<ASTNode> item,
FastStack& stack, PycRef<ASTBlock> curblock);
/* Use this to determine if an error occurred (and therefore, if we should
* avoid cleaning the output tree) */