summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-05-23debugging gfcc compilationaarne
2008-05-23Lets Makefile generate Paths_gfkr.angelov
2008-05-23package posix is actualy unix :-)kr.angelov
2008-05-23readline configuration for Cabalkr.angelov
2008-05-23Remove GF.Today and use the autogenerated Paths_gf from Cabalkr.angelov
2008-05-23add Cabal description for GFkr.angelov
2008-05-23remove the deprecated RP constructor in GFCCkr.angelov
2008-05-23Get rid of the 'f' type parameter to the module types. bjorn
This was only ever instantiated with Option, and made it diificult to change the options type.
2008-05-23Set version number in configure.ac to "3.0-alpha". You need to rerun ↵bjorn
autoconf and configure to have this take effect.
2008-05-23Added GF.System.Readline and related modules back into src-3.0.bjorn
2008-05-22move GFCCtoHaskell and GFCCtoJS to GF.GFCC.*kr.angelov
2008-05-22move GF.Devel.TC and GF.Devel.TypeCheck to GF.Compile.*kr.angelov
2008-05-22move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCCkr.angelov
2008-05-22GF.Devel.ModDeps is removed. The only used function is moved to GrammarToGFCCkr.angelov
2008-05-22remove GF.Devel.PrGrammar and use GF.Grammar.PrGrammar insteadkr.angelov
2008-05-22move GF.Devel.OptimizeGF to GF.Compile.OptimizeGFkr.angelov
2008-05-22move GF.Devel.UseIO to GF.Infra.UseIOkr.angelov
2008-05-22move GF.Devel.ReadFiles to GF.Compile.ReadFileskr.angelov
2008-05-22move GF.Devel.GrammarToGFCC to GF.Compile.GrammarToGFCCkr.angelov
2008-05-22move GFC and GFIkr.angelov
2008-05-22move GF.Devel.GF to GFkr.angelov
2008-05-22move GF.Devel.Compute to GF.Compile.Computekr.angelov
2008-05-22move GF.Devel.CheckGrammar to GF.Compile.CheckGrammarkr.angelov
2008-05-22move GF.Devel.Optimize to GF.Compile.Optimizekr.angelov
2008-05-22move GF.Devel.GetGrammar to GF.Compile.GetGrammarkr.angelov
2008-05-22move GF.Devel.Compile and GF.Compile.API to GF.Compilekr.angelov
2008-05-22get rid of GF.System.Arch only one function from it was actually usedkr.angelov
2008-05-22remove all files that aren't used in GF-3.0kr.angelov
2008-05-22Makefile harmonizationaarne
2008-05-22restored readlineaarne
2008-05-21further optimization by unpacking the ByteString in Identkr.angelov
2008-05-21fix typokr.angelov
2008-05-21remove the -prof flag from Makefilekr.angelov
2008-05-21add GF.Source.SharedStringkr.angelov
2008-05-21add the missing GF.Grammar.Predef modulekr.angelov
2008-05-21use ByteString internally in Ident, CId and Labelkr.angelov
2008-05-21added Readline to GF3 shell (in the same way as GF2, using GFCFLAGS in Makefile)aarne
2008-05-21GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way ↵aarne
until the release of GF 3
2008-05-20some deep java editor sources addedaarne
2008-05-20moved all old source code to src-2.9 ; src will be for GF 3 developmentaarne
2008-05-13Fix link to code.haskell.org account request page.bjorn
2008-05-09grammars/health/HealthRus.gf: comment out the linearizations of functions ↵bjorn
that are commented out in Health.gf. HealthRus now compiles (against resource-0.6).
2008-05-05new refs in bib ; some Hindi parameter experimentsaarne
2008-04-29JS.cf : Changed the JS grammar to support strings as property names in ↵meza
objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes.
2008-04-29print the "linking..." message when building the GFCC codekrasimir
2008-04-29let the putPointE print the time in mseckrasimir
2008-04-29remove the obsolete putCPU, putPoint and putPoint' functionskrasimir
2008-04-29add ModEnv to CompileEnv. This removes the need to read one and the same ↵krasimir
time twice when multiple grammars are loaded.
2008-04-25use cannonicalizePath in getFilePathMsg. This returns an absolute path and ↵krasimir
removes the .. indirection
2008-04-25completely rewriten readFiles implementation. Much simpler and more efficientkrasimir