A repository of open-source Noir programs that can be used to benchmark Noir language tools
Note that this project uses git submodules. In order to obtain a fully-working copy of the repository, issue the following:
git clone <repo-url>
git submodule init
git submodule update
This should not only clone the repo, but pull all submodules as well. More information here: https://www.git-scm.com/book/en/v2/Git-Tools-Submodules.