summaryrefslogtreecommitdiff
path: root/src/GF
AgeCommit message (Expand)Author
2007-07-08handle unknowns words graciously in parseAnyaarne
2007-07-08peb's forest patchaarne
2007-07-05hacky solution to name resolution warningsaarne
2007-07-04tutorial exercises; put libdir in place in GF/srcaarne
2007-07-03generalized MakeOverload to TreeSelectionsaarne
2007-07-02parsing overloaded constructors as resultaarne
2007-07-02contravariance in forgiving lock fieldsaarne
2007-06-28CFRules tracing.bringert
2007-06-28-printer=regexp handles precedencebringert
2007-06-27bottom-up and top-down filtering do not need fix point iteration.bringert
2007-06-27Refactor TransformCFG: use Map for CFRules.bringert
2007-06-27Make bottomUpFilter better by also removing categories which contain no finit...bringert
2007-06-27Print SRG stats when preprocessing grammar.bringert
2007-06-27Comment out tracing in CanonToGFCC. It produces lots of junk when generating ...bringert
2007-06-27Use shorter lines and paragraph-filling in SRGS, JSGF and GSL printing.bringert
2007-06-27Limit GSL/JSGF/SRGS ABNF grammar line width to 80.bringert
2007-06-26Fewer redundant parantheses in JSGF and SRGS ABNF.bringert
2007-06-26SRGS XML: the meta tag should use empty tag short-hand.bringert
2007-06-26Oops, I had managed to remove the preprocessing step in makeSimpleRegular, wh...bringert
2007-06-26Eliminate more redundant item tags in SRGS XML.bringert
2007-06-26Produce less verbose SRGS XML, by eliminating redundant item tags.bringert
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-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