summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-07-08handle unknowns words graciously in parseAnyaarne
2007-07-08peb's forest patchaarne
2007-07-08Updated version numbers.aarne
2007-07-05Use compiled.tgz in dist and install-lib.bringert
2007-07-05Set build variable in config.mkbringert
2007-07-05hacky solution to name resolution warningsaarne
2007-07-04Changed dist target to work with current darcs version.bringert
2007-07-04Added lib target to src/Makefile. It builds all the resource-1.0 modules.bringert
2007-07-04tutorial exercises; put libdir in place in GF/srcaarne
2007-07-04Install compiled resource modules in source and binary installs.bringert
2007-07-04Remove old VCS configure flags.bringert
2007-07-04Fixed NOINLINE bug in Today.hsbringert
2007-07-04Build GF/Today.hs directly from Makefile. Include libdir.bringert
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-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