summaryrefslogtreecommitdiff
path: root/src/GF/Command/Importing.hs
AgeCommit message (Collapse)Author
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