dakk/qlasskit

Refactor InternalCompiler

dakk opened this issue · 0 comments

dakk commented

At the moment, the compilation process is splitten between the .compile() and the .compile_expr(); would be better to remove .compile_expr, create a method for compiling every type of expr (compile_symbol, compile_not, compile_xor, compile_and).