summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Speech
AgeCommit message (Expand)Author
2021-07-07Replace tabs for whitespace in source codeJohn J. Camilleri
2018-11-30Fix deprecations from containers >= 0.4.0.0Peter Ljunglöf
2018-04-18Fixes for GHC 8.4.1 compatibilityThomas Hallgren
2016-03-22CFGtoPGF is now extended to support context-free grammars with primitive para...krasimir
2015-08-28Comment out some dead code found with -fwarn-unused-bindshallgren
2015-05-11added all orthographic primitiveskrasimir
2015-02-16Changes for compatibility with ghc-7.10-rc2hallgren
2014-10-09Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...kr.angelov
2014-08-11a partial support for def rules in the C runtimekr.angelov
2014-07-28Convert from Text.PrettyPrint to GF.Text.Prettyhallgren
2014-06-12PGF library: expose only PGF and PGF.Internal instead of all moduleshallgren
2014-03-21refactor the compilation of CFG and EBNF grammars. Now they are parsed by usi...kr.angelov
2013-11-22fix the export for CFG grammars with BIND, SOFT_BIND and nonExistkr.angelov
2013-11-06the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The l...kr.angelov
2013-11-05Eliminate mutual dependencies between the GF compiler and the PGF libraryhallgren
2013-09-27a major refactoring in the C and the Haskell runtimes. Note incompatible chan...kr.angelov
2013-09-19Make Ident abstract; imports of Data.ByteString.Char8 down from 29 to 16 moduleshallgren
2012-08-29Added an O(n log n) version of nubpeter.ljunglof
2012-08-29A basic infrastructure for generating Teyjus bytecode from the GF abstract sy...kr.angelov
2011-11-02merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the ...kr.angelov
2010-12-14PGFToCFG should use the full production set because the lexicon is now split outkrasimir
2010-12-06simple refactoring in PGF.Macros and relatedkrasimir
2010-10-02refactor the API for random generation again. Now PGF contains probabilities ...krasimir
2010-08-09native representation for HOAS in PMCFG and incremental type checking of the ...krasimir
2010-07-01redesign the open-literals APIkrasimir
2010-06-30rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...krasimir
2010-06-29forgot to fix the import in GF.Speech.CFG to get the Token typekrasimir
2010-06-29introduce the type synonym Token=String in the PGF APIkrasimir
2010-06-03case for pre in CF generation (ignores alternatives so far)aarne
2010-03-24now for every category we store, in PGF, the list of functions for it in sour...krasimir
2010-01-27cleanup the code of the PGF interpreter and polish the binary serialization t...krasimir
2010-01-17PGF is now real synchronous PMCFGkrasimir
2010-01-17now the linearization is completely based on PMCFGkrasimir
2010-01-05store the label names in PMCFGkrasimir
2010-01-05printnames are now kept as String instead of Term in PGFkrasimir
2009-12-14remove the old parsing code and the -erasing=on flagkrasimir
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter f...krasimir