codemetropolis / CodeMetropolis

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

Syntactic validation tool for mapping file format #151

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 mapping 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 mapping-validator.

geryxyz commented 2 years ago

related issue and further details: #148