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