diff --git a/old-exams/mlt-exam-2023-0.pdf b/old-exams/mlt-exam-2023-0.pdf new file mode 100644 index 0000000..2051942 Binary files /dev/null and b/old-exams/mlt-exam-2023-0.pdf differ diff --git a/python/minitranslator.py b/python/minitranslator.py index 4771da9..41be8b3 100644 --- a/python/minitranslator.py +++ b/python/minitranslator.py @@ -6,7 +6,7 @@ import pgf # change these three to translate with other grammars and languages absmodule = "MicroLang" fromname = absmodule + "Eng" -toname = absmodule + "FunctorSwe" +toname = absmodule + "Swe" def main(): # read in the grammar, set up to and from languages