summaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Collapse)Author
2023-04-25replaced update-patches.py with update-patches.zigChris Boesch
2023-04-25replaced check-exercises.pu with check-exercises.zigChris Boesch
2023-04-18Ensure the patches are up-to-date and consistentManlio Perillo
Add the update-patches.py tool. Update all the patches, so that the files are up-to-date and use the same patch file format.
2023-04-18Ensure the exercises use the canonical formatManlio Perillo
Add the check-exercises.py tool in the new tools directory. It is used to check that the exercises are correctly formatted, printing on stderr the invalid ones and the diff in the unified format. Update the exercises that don't use the canonical zig fmt format. Update some patches that cause the generated zig file to be incorrectly formatted.