From a76ba1b33e397638c4209dd77e6073e423ac07a8 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 22 Apr 2019 02:34:30 +0200 Subject: Start on bytecode. Commit before os switch --- include/parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/parser.h') diff --git a/include/parser.h b/include/parser.h index 8a339ff..491815f 100644 --- a/include/parser.h +++ b/include/parser.h @@ -41,7 +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; + Ssa *ssa; bool started; TokenizerError error; ErrorContext error_context; -- cgit v1.2.3