diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-03-07 17:41:16 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-03-07 17:41:16 +0100 |
| commit | 5b401f3880f68828272dccfb3787cc3b3abd4cc3 (patch) | |
| tree | acfb27e1a29605946fd7e242c20335b23814da1b /src/compiler/GF.hs | |
| parent | b783299b73b5c8a8229a45a830cf9b6be0be4f8c (diff) | |
Expose GF.Grammar.Canonical + some refactoring
to make it available in other tools by depending on the gf package and
importing it
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 |
