libqasm
library for handling cQASM files
|
Implementation for cqasm-v1-parse-helper.hpp. More...
Go to the source code of this file.
Namespaces | |
cqasm | |
Toplevel namespace with entry points for the new API. | |
cqasm::v1 | |
Namespace for the "new" cQASM 1.x API. | |
cqasm::v1::parser | |
Namespace for the parser functions and classes. | |
Functions | |
ParseResult | cqasm::v1::parser::parse_file (const std::string &filename) |
Parse the given file. More... | |
ParseResult | cqasm::v1::parser::parse_file (FILE *file, const std::string &filename) |
Parse using the given file pointer. More... | |
ParseResult | cqasm::v1::parser::parse_string (const std::string &data, const std::string &filename) |
Parse the given string. More... | |
Implementation for cqasm-v1-parse-helper.hpp.
Definition in file cqasm-v1-parse-helper.cpp.