27 FILE* qasm_file = fopen(qasm_file_path,
"r");
29 std::string file_not_found = std::string(
"File ")
31 + std::string(
" not found!\n");
32 throw std::runtime_error(file_not_found);
const compiler::QasmRepresentation & getQasmRepresentation() const
int getParseResult() const
void parse_string(const char *qasm_str)
const compiler::QasmRepresentation & getQasmRepresentation() const
void parse_file(const char *qasm_file_path)