Short: Bracket Counter - help for programmers Author: janne.kantola@nmp.nokia.com (Janne Kantola) Uploader: janne kantola nmp nokia com (Janne Kantola) Type: util/cli Architecture: m68k-amigaos This utility counts brackets on file and reports if unbalanced brackets are found. Sometimes the line numbers of errors given by the compilers are not very accurate and it can take much time to solve where the real error is. This utility helps to find if some brackets are missing. Example of use: DH0:>BraCo big_test.c Produced by JanTa ©1991 : Bracket Counter v1.1 Brackets in the file big_test.c : { -> 229 pcs ( -> 1037 pcs [ -> 314 pcs /* -> 347 pcs } -> 229 pcs ) -> 1039 pcs ] -> 314 pcs */ -> 347 pcs WARNING: Unmatched brackets!! DH0:>