diff options
| author | krangelov <kr.angelov@gmail.com> | 2019-03-19 11:22:09 +0100 |
|---|---|---|
| committer | krangelov <kr.angelov@gmail.com> | 2019-03-19 11:22:09 +0100 |
| commit | 2f2b39c5d23cc2e5ecf2909a67c21c0a361ef090 (patch) | |
| tree | 7078eb36aebc12b866f3ffee9d96aefe1fb74af2 /src/compiler/GF.hs | |
| parent | f3d7d55752b5edce489f6f31c6001bc1c754150e (diff) | |
| parent | 2979864752d4f6c80089716f3e52db95785f3e37 (diff) | |
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'src/compiler/GF.hs')
| -rw-r--r-- | src/compiler/GF.hs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs index 8938a053e..a99970a57 100644 --- a/src/compiler/GF.hs +++ b/src/compiler/GF.hs @@ -19,7 +19,9 @@ module GF( module GF.Grammar.Printer, module GF.Infra.Ident, -- ** Binary serialisation - module GF.Grammar.Binary + module GF.Grammar.Binary, + -- * Canonical GF + module GF.Compile.GrammarToCanonical ) where import GF.Main import GF.Compiler @@ -36,3 +38,5 @@ import GF.Grammar.Macros import GF.Grammar.Printer import GF.Infra.Ident import GF.Grammar.Binary + +import GF.Compile.GrammarToCanonical |
