Skip to content

Commit feabf34

Browse files
committed
Expose AST module in the library
1 parent 92fcfcd commit feabf34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/openQASM.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ let parse_with_error lexbuf =
2020
let get_ast f =
2121
let lexbuf = Lexing.from_channel (open_in f) in
2222
parse_with_error lexbuf
23+
24+
module AST = AST

0 commit comments

Comments
 (0)