Use https://docs.pytest.org/en/stable/
Create a unit test using pytest which loads all languages, and tests each one-by-one by providing a "demo file" (from the samples), and transpiling AND reverse-transpiling an English one into the source language.
This will only test if there are any crashes DURING conversion, we are not planning to test actual syntax and actual program running.