summaryrefslogtreecommitdiff
path: root/src/GF/Devel/GFC.hs
AgeCommit message (Collapse)Author
2008-06-25removed src for 2.9aarne
2008-04-22use the standard System.FilePath module instead of our own broken file path ↵krasimir
manipulation functions
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-01-04Added -noparse flag to gfc. In the process, I refactored GF.Devel.GFC and ↵bringert
GF.Command.Importing to use a common source to gfcc compilation function in the new module GF.Compile.API.
2008-01-03Store FCFPInfo (all information needed for FCFG parsing) in GFCC files, and ↵bringert
in the internal DataGFCC.GFCC structure. The parsing information format is still in flux.
2007-12-20Replace all the different ErrM.hs modules with GF.Data.ErrM.bringert
2007-12-13new GFCC concrete syntax in place everywhereaarne
2007-12-13prelude sources to lib/src; present in StructuralEng; refactored checkGFCCaarne
2007-11-12merged gfc and gfi to one binary, and a shell script for gfcaarne
2007-11-10printing grammarReference.js with gfc -jsrefaarne
2007-11-09changed js and hs file names in gfcc output to expected onesaarne
2007-11-09grammar printing options in gf3 and gfcaarne
2007-11-05unionGFCC, to put together GFCC grs with same abstractaarne
2007-10-09GFCCtoJS in Develaarne
2007-10-05gf works with the new gfcc formataarne
2007-10-04new GFCC format in GF/GFCCaarne
2007-10-03added optimization to GrammarToGFCCaarne
2007-10-03uncurrying performed in CheckGFCCaarne
2007-09-28started CheckGFCCaarne
2007-09-21correctly recognize some parameter records for gfccaarne
2007-09-21fixed reading argvars from gfc in gf-to-gfccaarne
2007-09-21gfcc generation in gfc works for some grammarsaarne
2007-09-21gfc --make now worksaarne
2007-09-20compiler "gfc" in GF/Develaarne