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