codemetropolis / CodeMetropolis

See your software as never before.
http://codemetropolis.github.io/CodeMetropolis/
14 stars 30 forks source link

Syntactic validation tool for CDF format #152

Open geryxyz opened 2 years ago

geryxyz commented 2 years ago

The goal is to create a new command-line tool with a similar UX as the others. The new tool will read any file and check if it is a well-formatted CDF file. It will return an error code and print a detailed list of suspected problems if there is an error. The name of the tool should be cdf-validator.

geryxyz commented 2 years ago

related issues and further details: #149