File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 11# OpenQASM Parser
22
3- - OCaml library for manipulating OpenQASM Abstract Syntax Tree
3+ OCaml library for manipulating [ OpenQASM] ( https://github.com/Qiskit/openqasm ) Abstract Syntax Tree
4+
5+ ## Requirements
6+ This library requires a recent version of OCaml, ` dune ` and ` menhir ` .
7+
8+ ## Installation
9+
10+ Use the package manager [ opam] ( https://opam.ocaml.org/ ) to install OpenQASM parser.
11+
12+ ``` bash
13+ opam install openQASM
14+ ```
15+
16+ Or use the standard ` make build ` and ` make install ` commands.
17+
18+ ## Usage
19+
20+ To play with the library, run ` dune utop ` and issue a command such as:
21+
22+ ``` ocaml
23+ OpenQASM.get_ast "teleport.qasm";;
24+ ```
25+
26+ ## Contributing
27+ Pull requests are welcome.
28+
29+ ## License
30+ [ MIT] ( https://choosealicense.com/licenses/mit/ )
You can’t perform that action at this time.
0 commit comments