libqasm
library for handling cQASM files
Namespaces | Functions
cqasm-v1-parse-helper.cpp File Reference

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...
 

Detailed Description

Implementation for cqasm-v1-parse-helper.hpp.

Definition in file cqasm-v1-parse-helper.cpp.

#include "cqasm-v1-parse-helper.hpp"
#include "cqasm-v1-parser.hpp"
#include "cqasm-v1-lexer.hpp"
Include dependency graph for cqasm-v1-parse-helper.cpp: