mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
change minitranslator to use MicroLang
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
import pgf
|
||||
|
||||
# change these three to translate with other grammars and languages
|
||||
absmodule = "MiniLang"
|
||||
absmodule = "MicroLang"
|
||||
fromname = absmodule + "Eng"
|
||||
toname = absmodule + "Swe"
|
||||
toname = absmodule + "FunctorSwe"
|
||||
|
||||
def main():
|
||||
# read in the grammar, set up to and from languages
|
||||
|
||||
Reference in New Issue
Block a user