summaryrefslogtreecommitdiff
path: root/src/GF/GFCC
AgeCommit message (Expand)Author
2008-06-25removed src for 2.9aarne
2008-04-07 Added GF.GFCC.Macros.lookStartCat. Changed GF.GFCC:API to use it (before, st...bringert
2008-04-07GF.GFCC.API is for .gfcc, not.gfcmbringert
2008-02-15Rename gfcats to startupcats in PGF.bjorn
2008-02-13kotus experiments; bindings in gfccaarne
2008-02-08Use isAlpha instead of isLetter to compile with GHC 6.4. Reported by moises.bjorn
2008-02-07Added PGF version numbers to GFCC file.bjorn
2008-01-31GFCC: TM with argument; fixed labels from bindings in gfcaarne
2008-01-31gfcc generation with HOAS: var fields appended to recordsaarne
2008-01-30Standard format for floats and strings in GFCC.bjorn
2008-01-30Changed GFCC parser format to only include the FCFG rules and the GF cat -> F...bjorn
2008-01-29Merge AId and App forms in GFCCRaw.bjorn
2008-01-08gt command in gf3aarne
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-04Replace BNFC-generated GFCC-parser with a faster and smaller combinator version.bringert
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
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-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2007-12-20Added missing BNFC-generated alex and happy files, and alex-generated lexer f...bringert
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-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-11-09ResFin workaround; type annot for ghc 6.8.1aarne
2007-11-08added linearize -allaarne
2007-11-08gfi linearization with flags -table -record -termaarne
2007-11-07added fields for global options and showable lincats to gfccaarne
2007-11-06prompt and CPU time in experimental shellaarne
2007-11-06Devel/GF3: experimentally putting together all functionalities for the first ...aarne
2007-11-05fixed variants bug in GFCC.Linearize: l. 64,46 'r' must be 'p'aarne
2007-11-05unionGFCC, to put together GFCC grs with same abstractaarne
2007-11-03command language and gfcc term parser in bnfcaarne
2007-10-16found and temporarily solved the bug in LangGer gfcc generationaarne
2007-10-14fix in records as param argumentsaarne
2007-10-10optimizations on evaluated gf in gfcaarne
2007-10-09GFCCtoJS in Develaarne
2007-10-08UTF8 encoding of strings in terms in GFCC in gfcaarne