Skip to content

mainframe-projects/Canal

 
 

Repository files navigation

CANAL -- Cobol Analyzer

A free and open-source COBOL editor and analysis tool

Build status

Install App

(if the installer fails, try downloading this file (ALT + Click) and run it)

Features

Find your way

Easily navigate through performs, gotos and calls, within one or between several files.

Everything at a glance

Just double-click to see what a procedure references and what is it referenced by, as well as all variables it uses.

Structure uncovered

See your procedures sorted alphabetically, by sections or as a perform-hierarchy.

Incredibly fast and beautiful

Based on the FastColoredTextBox-project and combined with Adobe's Source Code Pro font, analysing COBOL was never more delightful. And all that in less then 4MB.

Where is that defined?

Just double-click on any variable to see its definition, double-click again to jump to the source.

Made for humans, not compilers.

Let CANAL find copy-books and insert them into the source code for you.

More features

  • Code formatting
  • Column selection
  • RegEx-search
  • Navigation
  • HTML export

License

Published under GNU General Public License v3.0

Contribute

Pull requests are very welcome. Requirements: Code should have no ReSharper warnings.

About

A free and open-source COBOL editor and analysis tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 97.3%
  • COBOL 1.5%
  • Other 1.2%