Skip to content

Gonaco/parsing_project

Repository files navigation

Parsing Project

Requirements

  • g++ compiler with C++11 support (Linux)
  • cmake (>= 3.0)
  • swig
  • python (>= 3.5)

Compilation

if [ ! -d "build" ]; then
  # Control will enter here if $DIRECTORY doesn't exist.
  mkdir build
fi
cd build
cmake ..
make

libqasm

Parser engine based on Flex and Bison to understand cQASM.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published