example exam

This commit is contained in:
Aarne Ranta
2023-05-24 09:12:35 +02:00
parent b16cd9d436
commit 415932482e
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -6,7 +6,7 @@ import pgf
# change these three to translate with other grammars and languages # change these three to translate with other grammars and languages
absmodule = "MicroLang" absmodule = "MicroLang"
fromname = absmodule + "Eng" fromname = absmodule + "Eng"
toname = absmodule + "FunctorSwe" toname = absmodule + "Swe"
def main(): def main():
# read in the grammar, set up to and from languages # read in the grammar, set up to and from languages