summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-06-25Implement makeNonRecursiveSRG by conversion through MFA instead of directly t...bringert
2007-06-25Added srgs_abnf_non_rec.bringert
2007-06-25Document non-recursive SRGS.bringert
2007-06-25Some clean-up in finite-state network generation: MFA now keeps track of star...bringert
2007-06-25Added non-recursive SRGS printing.bringert
2007-06-25Some refactorings needed for recursion removal.bringert
2007-06-21Added makeSRG.bringert
2007-06-21SRG always has RE rhs.bringert
2007-06-21Removed some unused imports of GF.Speech.SRG.bringert
2007-06-20Added regexps grammar printer. This is a first step towards recursion-free SRGS.bringert
2007-06-19extended functor syntaxaarne
2007-06-18fixed the mysterious "file..gfc" erroraarne
2007-06-18overloading in ParadigmsFreaarne
2007-06-17checking name conflicts; some RGs don't work nowaarne
2007-06-17marked deprecated productions in GF.cfaarne
2007-06-14Added a simple cabal build system for the embedded API.bringert
2007-06-14Move some type annotations from patterns to expressions. Haskell 98 does not ...bringert
2007-06-14Added OPTIONS_GHC -fglasgow-exts to files that use GHC extensions.bringert
2007-06-11initial check for unknown words in parsingaarne
2007-06-09bug fix in Computeaarne
2007-06-08some new shortcuts in Compute; no impressive resultsaarne
2007-06-08pattern matching optimization; trace of fun in compilation with -vaarne
2007-05-31syntax interfacesaarne
2007-05-31overload checking and messages; resource.txt modifsaarne
2007-05-15started direct compiler from GF to GFCCaarne
2007-05-11param values for TInts in Canon.Lookaarne
2007-05-10ids for GF rather than BNFC in AbsToBNFaarne
2007-05-10Added haskell_gadt -printer. It does not include a Compos instance yet, so it...bringert
2007-05-10printing abs as BNFaarne
2007-05-03removed the Str/Tok distinction in CheckGrammar - obsolete anyway.aarne
2007-04-21Fixed use of -unlexer in EmbedAPI. Before, EmbedAPI.linearize ignored the fla...bringert
2007-03-27Nicer formatting of generated GSL.bringert
2007-03-26Remove all empty SLF nodes, don't care about edge explosion. Empty nodes are ...bringert
2007-03-26Use EBNF compaction for GSL.bringert
2007-03-26Fixed SISR bug.bringert
2007-03-25commented LC_LR modificationbringert
2007-03-25Also remove indirectly cyclic productions.bringert
2007-03-25Added srg0006: A grammar with a cycle caused by an empty production.bringert
2007-03-25Comments only.bringert
2007-03-24SRG generation: merge categories with identical set of productions. The LC_LR...bringert
2007-03-24Modified the LC_LR implementation to only produce rules using A-X categories ...bringert
2007-03-24Better debugging output when SRG generation crashes because of a missing cate...bringert
2007-03-20Remove removeIdenticalRules, since it would get rid of alternative parse resu...bringert
2007-03-20Do the same initial transformations as for CFGs when generating FAs: remove c...bringert
2007-03-20Do top-down and bottom-up filtering together to a fixed point.bringert
2007-03-20Moved code and comments around in TransformCFG.bringert
2007-03-20Renamed removeEmptyCats to bottomUpFilter.bringert
2007-03-20Removed dead export list.bringert
2007-03-20Removed fixed FIXMEs.bringert
2007-03-19Use makeSimpleSRG everywhere and remove makeSRG. Reimplemented top-down filte...bringert