We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fcfcd commit feabf34Copy full SHA for feabf34
lib/openQASM.ml
@@ -20,3 +20,5 @@ let parse_with_error lexbuf =
20
let get_ast f =
21
let lexbuf = Lexing.from_channel (open_in f) in
22
parse_with_error lexbuf
23
+
24
+module AST = AST
0 commit comments