summaryrefslogtreecommitdiff
path: root/src/GF/Command/Importing.hs
AgeCommit message (Collapse)Author
2009-12-13reorganize the directories under src, and rescue the JavaScript interpreter ↵krasimir
from deprecated
2009-09-14clean up the GF.Grammar APIkrasimir
2009-02-23Perhaps -> Maybe refactoring and better error message for conflicts during ↵krasimir
module update
2008-10-15restored the possibility to compile .cf files to gfaarne
2008-10-02Fail more gracefully on unknown file name extensions.bjorn
2008-06-25changed names of resource-1.3; added a note on homepage on releaseaarne
2008-06-25removed src for 2.9aarne
2008-04-25use putStrLn instead of print to dump error messages. This avoids the double ↵krasimir
quotes
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-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-13new GFCC concrete syntax in place everywhereaarne
2007-12-13prelude sources to lib/src; present in StructuralEng; refactored checkGFCCaarne
2007-11-06Devel/GF3: experimentally putting together all functionalities for the first ↵aarne
time