from gen import ANFVisitor from llvmlite.ir import * class ExpBuilder(ANFVisitor): def __init__(self): self.module = Module(name="Program")