Commit Graph

114 Commits

Author SHA1 Message Date
bjorn 83318d0757 Include coding flag in .gfo files.
Because the PGF file gets all the flags from the GFO file automatically, we get the coding flag in the PGF file too. This is undesirable, since PGF is supposed to always by in UTF-8.
2008-06-25 18:14:45 +00:00
aarne c5c6d13546 changed names of resource-1.3; added a note on homepage on release 2008-06-25 16:54:35 +00:00
aarne 7d721eb16e removed src for 2.9 2008-06-25 16:43:48 +00:00
krasimir e332bd6214 fix the System.FilePath import for Posix 2008-04-22 20:06:05 +00:00
krasimir 2a7c68ad65 move gfLibraryPath and gfGrammarPath to UseIO. Now they are accessible and there is only one place to change if you want to use different envVar 2008-04-22 12:12:29 +00:00
krasimir e16215940e use the standard System.FilePath module instead of our own broken file path manipulation functions 2008-04-22 11:39:46 +00:00
aarne 71d3221e12 option -mac to vt command (uses open with ps) 2008-03-06 21:27:14 +00:00
krasimir 344d95293a For Windows get the default GF_LIB_PATH from the executable path 2008-02-21 15:56:09 +00:00
aarne 3e108b98dd subex elim in gfr generation 2008-01-01 23:31:12 +00:00
aarne 5de05d36da more example languages 2007-12-19 10:50:17 +00:00
aarne eb10ccbe7c restored Int size and last ; added lib/prelude to be the last in any grammar path 2007-12-16 22:24:36 +00:00
aarne 091f9f0c1b refresh compilation phase in the new format 2007-12-07 10:23:18 +00:00
aarne cac4f5e27c encoding of lincats as gfcc terms with param value information 2007-11-07 17:27:09 +00:00
aarne c4b9f1b94b found and temporarily solved the bug in LangGer gfcc generation 2007-10-16 17:38:57 +00:00
aarne 2b5b099813 cleaned up new GFCC, but added RP as deprecated 2007-10-05 09:02:47 +00:00
kr.angelov c9daa2e2c1 remove the dependency to GF.Data.Operations from GF Embed API 2007-09-25 05:55:49 +00:00
aarne 6ac6a31274 fixed reading argvars from gfc in gf-to-gfcc 2007-09-21 12:00:31 +00:00
aarne 121c247d15 compact printing of gf files 2007-09-20 21:51:54 +00:00
aarne c58b4fe048 refactored FCFG parsing to fit in GFCC shell 2007-09-20 09:10:37 +00:00
aarne 4d2992d69f strict reading of files; bug fix in readFiles in ShellState 2007-09-16 20:52:27 +00:00
aarne 2fe0291147 bug fix in import reading (had forgotten gfr) 2007-09-12 07:53:54 +00:00
aarne 8448623d36 tutorial exercises; put libdir in place in GF/src 2007-07-04 14:10:41 +00:00
aarne 219c686633 extended functor syntax 2007-06-19 18:12:35 +00:00
aarne d4e1e2d192 bug fixes in multigrammar handling and GFCC generation 2006-09-16 18:42:46 +00:00
aarne 26f52e8380 check circularities in ln 2006-06-03 11:51:08 +00:00
kr.angelov a5758468ed add the FCFG parser 2006-06-01 11:19:47 +00:00
aarne 361504793e bug fixes: too much reading of files ; lin of variant records 2006-06-01 07:51:53 +00:00
aarne 516abb5d58 lincat typecheck and abstract-interface extension fixed 2006-05-30 12:19:19 +00:00
aarne 1595e31a28 bug fix in with-modules and gr checker; factoring out cats to Common 2006-05-23 22:20:00 +00:00
aarne d9a9f57089 tb -trees ; rl ; path in gfe ; removed spurious "file not found" 2006-03-02 09:55:50 +00:00
aarne 9b0036457c resource specialized to present tense ; preprocessor flag 2006-02-25 18:59:32 +00:00
aarne af0dfe0921 bronzeage README ; topological sorting of abstract modules 2006-02-24 15:49:14 +00:00
aarne 625a25cc68 the -gfc option 2006-02-23 09:58:59 +00:00
aarne 8c918d9516 making apply_transfer work 2005-12-01 17:58:31 +00:00
aarne 50044f7686 extended cf syntax; Det experiment 2005-11-15 10:43:32 +00:00
aarne fdc6eaa6ee arbitrary lincat records; noparse pragmas 2005-11-14 15:03:40 +00:00
aarne 387572ecb3 compilation of functors 2005-11-11 22:24:33 +00:00
aarne c813e96a3e preparing for new ShellState 2005-11-09 14:14:30 +00:00
aarne a4dbad93a1 multimodal resource 2005-11-06 21:00:36 +00:00
aarne e64822f921 probabilistic 2005-10-30 22:44:00 +00:00
aarne edd17b54f2 macro commands 2005-10-06 09:02:33 +00:00
aarne 60b6ce0f07 check deps 2005-09-27 09:25:07 +00:00
aarne 5901eb3fe0 common subexp elimination 2005-09-18 21:55:46 +00:00
peb 35ed9d459b "Committed_by_peb" 2005-08-08 08:01:10 +00:00
bringert 6e0f34625a Changed name of Con constructor in GFC.cf to avoid errors on Windows when generating Java code with BNFC for the GFC grammar. CON is a reserved filename on Windows. Con was changed to Par, and all the code using was changed too. 2005-06-17 13:15:16 +00:00
aarne 6c5b4ea96b gfe as preprocessing to compiler 2005-06-10 20:04:00 +00:00
aarne b067b3b5e0 example substitutions 2005-06-03 20:51:58 +00:00
aarne 2b1753adf1 lin rules by parsing 2005-06-02 09:23:52 +00:00
aarne 0c310d3cae restricted inheritance almost implemented 2005-05-30 20:08:14 +00:00
aarne 46e796f7cf BinTree vs. FiniteMap 2005-05-30 17:39:43 +00:00