Skip to content

MarkAureli/cq_parser

Repository files navigation

CQ: A high-level imperative classical-quantum programming language

This repository contains the lexer and parser for the CQ programming language (to be published soon). This repository may be installed on MacOS using homebrew taps with the following two commands:

brew tap MarkAureli/cq_parser https://github.com/MarkAureli/cq_parser
brew install cq_parser

Subsequently, validate that the installation was successful by running, e.g.

cq_parser --version