Programs
should also call Program
#123
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, we have two entry points to the library:
Program
to be called in order to check one XMIR file, andPrograms
to be called to check many XMIR files. It's not convenient for the user to use both. Let's makeProgram
private and allow the user to use only thePrograms
.Also,
Programs
should callProgram
, to make sure that the lints that check individual files are executed.Don't forget to update the
README.md
.The text was updated successfully, but these errors were encountered: