summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-01-26GFCCRaw printing: no space in App with no arguments.bjorn
2008-01-09Better names for the parsing info components in GFCC.bringert
2008-01-07Change "proj" to "P" in GFCC parse rules to save space.bringert
2008-01-07Replace BNFC-generated PrintGFCCRaw with smaller hand-written one.bringert
2008-01-07finnish Swadesh verbsaarne
2008-01-06fixed bugs in optimization of multiple applicationaarne
2008-01-06dictionary experiment with Finnish verbsaarne
2008-01-06tests for verbs in uusisuomiaarne
2008-01-04Remove LexGFCCRaw from GF-embed.cabalbringert
2008-01-04Replace BNFC-generated GFCC-parser with a faster and smaller combinator version.bringert
2008-01-04finalizing experiments with Finnish nounsaarne
2008-01-04Oops, I happend to record a temporary change for testing combinator parsing o...bringert
2008-01-04Added -noparse flag to gfc. In the process, I refactored GF.Devel.GFC and GF....bringert
2008-01-03Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and i...bringert
2008-01-01subex elim in gfr generationaarne
2007-12-21Updated version numbers.aarne
2007-12-21update syntax.txt with the flags and grammar name changesbringert
2007-12-21Merge abstract and global flags and put them at the top level in GFCC files.bringert
2007-12-21Fixed bug in toGFCC: cflags where mistakenly taken from aflags.bringert
2007-12-21gfcc files now start with (grammar absname cncname1 ... cncnameN).bringert
2007-12-20Fixed indentation in generated haskell code for list categories.bringert
2007-12-20in gf-embed.cabal: expose GF.GFCC.CId and hide GF.GFCC.Raw.AbsGFCCRawbringert
2007-12-20changed AbsGFCC to CId in GFCCtoHaskellaarne
2007-12-20merged Gf and Fg classes in generated Haskellaarne
2007-12-20Moved Err definition to GF.Data.ErrM from GF.Data.Operations. This means the ...bringert
2007-12-20Update GF-embed.cabal to use GFCC.Rawbringert
2007-12-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2007-12-20Added newlines and ends of some files. This makes sed happy.bringert
2007-12-20Use GF.GFCC.Raw.AbsGFCCRaw instead of GF.GFCC.AbsGFCC in code generated by gf...bringert
2007-12-20Added missing BNFC-generated alex and happy files, and alex-generated lexer f...bringert
2007-12-20Handle giving several options in LDFLAGS and CPPFLAGS correctly.bringert
2007-12-17Workaround a ghc 6.8.2 bugbernardy
2007-12-19more example languagesaarne
2007-12-17took back smart type of Int ; Digits type in resource and some adjustments of...aarne
2007-12-16restored Int size and last ; added lib/prelude to be the last in any grammar ...aarne
2007-12-14completed ConvertGFCC for all termsaarne
2007-12-14removed dep. on GFCCRawaarne
2007-12-14added a module for testgf3aarne
2007-12-14oops, readded CanonToGFCC to darcsaarne
2007-12-14restored CanonToGFCC as a wrapper of GFCC generationaarne
2007-12-13some generated GFCCRaw files added to darcs; make gf3langs for alltensesaarne
2007-12-13removed gfcc via gfc everywhere; workaround for russian in presentaarne
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-12-13lisp-like GFCC syntax; doesn't quite work yet in gf3aarne
2007-12-13prelude sources to lib/src; present in StructuralEng; refactored checkGFCCaarne
2007-12-13s/resource-1.0/resource/ in src/Makefile.bringert
2007-12-11variants in gfcc generationaarne
2007-12-10some adjustments in GFCC generation (old)aarne
2007-12-09debugging new compilationaarne
2007-12-09extend behaviour for interface and incompleteaarne