summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-07-06new tutorial almost finishedaarne
2007-07-06Nicer mkDet usage in Toy0Ibringert
2007-07-05Use compiled.tgz in dist and install-lib.bringert
2007-07-05Set build variable in config.mkbringert
2007-07-05resource-food example in tutorialaarne
2007-07-05hacky solution to name resolution warningsaarne
2007-07-05updated gf-modulesaarne
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-04extended Synopsis with categories, structural, and an exampleaarne
2007-07-04Build GF/Today.hs directly from Makefile. Include libdir.bringert
2007-07-04Fized some typos in Toy1.bringert
2007-07-03documentation for tutorial appendixaarne
2007-07-03contents of new tutorialaarne
2007-07-03started next version of tutorialaarne
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-27The no-functor toy0 english now uses N for Noun.bringert
2007-06-27Cleaned up names and paths in toy0 grammars.bringert
2007-06-27Added no-functor version of Toy0Eng.gfbringert
2007-06-27Added english and french parameterized toy0 cocnrete sytnaxes.bringert
2007-06-27Moved the different versions of the toy0 concrete modules to different subdir...bringert
2007-06-27resource synopsisaarne
2007-06-27Limit GSL/JSGF/SRGS ABNF grammar line width to 80.bringert
2007-06-27example-based Toy0aarne
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-26example Toy0Fin0aarne
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