summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2008-04-25use putStrLn instead of print to dump error messages. This avoids the double ↵krasimir
quotes
2008-04-22fix the System.FilePath import for Posixkrasimir
2008-04-22fix complete pattern in isOldFilekrasimir
2008-04-22gfLibraryPath is actually an environment variable not a file path. Use the ↵krasimir
current directory instead.
2008-04-22move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and ↵krasimir
there is only one place to change if you want to use different envVar
2008-04-22use the standard System.FilePath module instead of our own broken file path ↵krasimir
manipulation functions
2008-04-22isOldFile should use the real lexer instead of "words" this avoids the need ↵krasimir
for custom unComm function
2008-04-22Use Happy grammar for imports extraction instead of hand made shallow crapy ↵krasimir
grammar
2008-04-17Some more ByteString related chandes in GF2krasimir
2008-04-17ByteString.readFile should be used instead of readFileStrict. This fixes the ↵krasimir
problem with the open files
2008-04-17gf3 should not exit if there is a syntax error in the filekrasimir
2008-04-11Changed JS generation to avoid grammar reference files. Removed grammar ↵meza
reference file generation.
2008-04-07 Added GF.GFCC.Macros.lookStartCat. Changed GF.GFCC:API to use it (before, ↵bringert
startCat always returned "S"!). GFCCtoJS has not been changed, Moises will do that.
2008-04-07GF.GFCC.API is for .gfcc, not.gfcmbringert
2008-03-30optimized incremental algorithmkrasimir
2008-03-20GF ten yearsaarne
2008-03-18miising ErrM added...aarne
2008-03-17merging recent changes in Finnishaarne
2008-03-16debugging GFCC generationaarne
2008-03-15putting pattern macros in place (not properly tested yet)aarne
2008-03-15fixed bug leading to looping in Devel.Computeaarne
2008-03-15switched to unmodified BNFC-generated componentsaarne
2008-03-14GFCCtoJS.hs: added the full profile to parsing grammars. added linearization ↵meza
definitions for built-in categories Int, Float and String.
2008-03-09lincat can now be just Straarne
2008-03-11coding flag as pragma in filesaarne