| author | Christian Urban <christian.urban@kcl.ac.uk> |
| Tue, 07 Oct 2025 16:20:30 +0100 | |
| changeset 1001 | a039af69b12e |
| parent 977 | 7a02c5b9e0df |
| permissions | -rw-r--r-- |
// for testing compilation import scala.util.{Try, Success, Failure} import $file.cw041_add import cw041_add._ val ffile = os.read(os.pwd / "br.while") Try(test_string(ffile, "br")) match { case Success(v) => Console.println(s" Generated a j-file.") case Failure(e) => Console.println(s" Exception raised.") ; throw(e) }