1
0
forked from GitHub/gf-core

first draft of a working "create lin" command

This commit is contained in:
Krasimir Angelov
2021-12-28 13:36:53 +01:00
parent 1959dd4499
commit c9b90a509c
2 changed files with 29 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
-----------------------------------------------------------------------------
module GF.Compile.GeneratePMCFG
(generatePMCFG, type2fields
(generatePMCFG, pmcfgForm, type2fields
) where
import GF.Grammar hiding (VApp,VRecType)