/drbracket

Bracket balancer checker

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Dr. Bracket {[()]}

Dr. Bracket is a software that helps you in detecting unbalanced brackets in your projects. It scans your files and folders to check the correctness of the bracket sequence adopted, detecting missing or interleaved brackets.

Installation

To build the application you need to install the make command and the go toolchain from here.

MacOS users can install the toolchain using homebrew:

brew install go

Then install the application with:

make install