- g++ compiler with C++11 support (Linux)
- cmake (>= 3.0)
- swig
- python (>= 3.5)
if [ ! -d "build" ]; then
# Control will enter here if $DIRECTORY doesn't exist.
mkdir build
fi
cd build
cmake ..
make
Parser engine based on Flex and Bison to understand cQASM.