From 3cc01b9d311c7a9f86fbf2fa8c2d66921f9ba030 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sun, 17 May 2026 20:37:48 +0200 Subject: Benchmarks, initial sketches --- src/compiler/GF/Compile/GrammarToPGF.hs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile/GrammarToPGF.hs') diff --git a/src/compiler/GF/Compile/GrammarToPGF.hs b/src/compiler/GF/Compile/GrammarToPGF.hs index 8c4d4558c..31f339cd8 100644 --- a/src/compiler/GF/Compile/GrammarToPGF.hs +++ b/src/compiler/GF/Compile/GrammarToPGF.hs @@ -1,8 +1,12 @@ -{-# LANGUAGE BangPatterns, FlexibleContexts #-} +{-# LANGUAGE BangPatterns, CPP, FlexibleContexts #-} module GF.Compile.GrammarToPGF (mkCanon2pgf) where --import GF.Compile.Export +#ifdef PRE_PMCFG +import GF.Compile.GeneratePmcfgPre +#else import GF.Compile.GeneratePMCFG +#endif import GF.Compile.GenerateBC import PGF(CId,mkCId,utf8CId) -- cgit v1.2.3