From 6a9466da5377d0bc73c7e5aa48deca3740d3de6f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 31 Mar 2019 13:44:27 +0200 Subject: Test errors, stop working on error --- include/parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 0261800..8a339ff 100644 --- a/include/parser.h +++ b/include/parser.h @@ -41,6 +41,7 @@ struct Parser { bool has_func_parent; ScopedAllocator *allocator; /* borrowed. Copied from @compiler for faster access to allocator */ amal_compiler *compiler; + SsaCompilerContext *ssa_context; bool started; TokenizerError error; ErrorContext error_context; -- cgit v1.2.3