first draft for Diophantine grammars

This commit is contained in:
Krasimir Angelov
2025-11-13 11:02:40 +01:00
parent 3ee4f6ce9c
commit 54839a9796
16 changed files with 528 additions and 400 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
module GF.Command.Importing (importGrammar, importSource) where
import PGF2
import PGF2.Transactions
import PGF2.Transactions hiding (Rule(..))
import GF.Compile
import GF.Compile.Multi (readMulti)