From 1cc1fb2dd36f820311533019b5425d60e7463032 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 17 May 2021 13:16:16 -0500 Subject: [PATCH] import PARSED_INSTRUCTIONS --- c2logic/compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/c2logic/compiler.py b/c2logic/compiler.py index 087b484..5fe0472 100644 --- a/c2logic/compiler.py +++ b/c2logic/compiler.py @@ -24,6 +24,7 @@ from .instructions import ( RawAsm, ParsedInstruction, ParsedInstructionFactory, + PARSED_INSTRUCTIONS, ) @dataclass