Commit Graph

  • 2ecfbf1543 remove GF.Devel.PrGrammar and use GF.Grammar.PrGrammar instead kr.angelov 2008-05-22 15:23:56 +00:00
  • 4c0004f714 move GF.Devel.OptimizeGF to GF.Compile.OptimizeGF kr.angelov 2008-05-22 15:04:25 +00:00
  • d7f81f9f51 move GF.Devel.UseIO to GF.Infra.UseIO kr.angelov 2008-05-22 14:58:44 +00:00
  • f902f64a3e move GF.Devel.ReadFiles to GF.Compile.ReadFiles kr.angelov 2008-05-22 14:51:08 +00:00
  • fd01ba1b68 move GF.Devel.GrammarToGFCC to GF.Compile.GrammarToGFCC kr.angelov 2008-05-22 14:46:18 +00:00
  • d8cabf0263 move GFC and GFI kr.angelov 2008-05-22 14:39:16 +00:00
  • ebbc0a3e80 move GF.Devel.GF to GF kr.angelov 2008-05-22 14:32:49 +00:00
  • 35296a555d move GF.Devel.Compute to GF.Compile.Compute kr.angelov 2008-05-22 14:31:36 +00:00
  • 54e47edb5d move GF.Devel.CheckGrammar to GF.Compile.CheckGrammar kr.angelov 2008-05-22 13:15:45 +00:00
  • fd1a216fb2 move GF.Devel.Optimize to GF.Compile.Optimize kr.angelov 2008-05-22 13:09:08 +00:00
  • 9d6c383c07 move GF.Devel.GetGrammar to GF.Compile.GetGrammar kr.angelov 2008-05-22 13:05:12 +00:00
  • a28b61be1c move GF.Devel.Compile and GF.Compile.API to GF.Compile kr.angelov 2008-05-22 12:57:33 +00:00
  • 2e49f7f5b1 get rid of GF.System.Arch only one function from it was actually used kr.angelov 2008-05-22 12:39:13 +00:00
  • df0c4f81fa remove all files that aren't used in GF-3.0 kr.angelov 2008-05-22 11:59:31 +00:00
  • 6394f3ccfb Makefile harmonization aarne 2008-05-22 08:58:36 +00:00
  • 3a27dd455e restored readline aarne 2008-05-22 07:38:41 +00:00
  • b7ff446966 further optimization by unpacking the ByteString in Ident kr.angelov 2008-05-21 19:51:52 +00:00
  • ced73a2f0a fix typo kr.angelov 2008-05-21 19:51:24 +00:00
  • 1bead9601b remove the -prof flag from Makefile kr.angelov 2008-05-21 19:49:49 +00:00
  • b114471843 add GF.Source.SharedString kr.angelov 2008-05-21 13:35:26 +00:00
  • 57d19ce36b add the missing GF.Grammar.Predef module kr.angelov 2008-05-21 13:30:44 +00:00
  • c544ef3182 use ByteString internally in Ident, CId and Label kr.angelov 2008-05-21 13:10:54 +00:00
  • 529374caaa added Readline to GF3 shell (in the same way as GF2, using GFCFLAGS in Makefile) aarne 2008-05-21 09:46:30 +00:00
  • 055c0d0d5a GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3 aarne 2008-05-21 09:26:44 +00:00
  • 915a1de717 some deep java editor sources added aarne 2008-05-20 11:49:50 +00:00
  • 31bf84122b moved all old source code to src-2.9 ; src will be for GF 3 development aarne 2008-05-20 11:47:44 +00:00
  • 009f05ea56 IIT updates to Hindi aarne 2008-05-15 11:46:27 +00:00
  • e5eda3da55 allow Ctrl+Break in the shell. Works on Windows too. kr.angelov 2008-05-23 15:16:28 +00:00
  • 64e31a1838 use the version number from Paths_gf kr.angelov 2008-05-23 14:37:39 +00:00
  • f21af43453 debugging gfcc compilation aarne 2008-05-23 14:10:31 +00:00
  • 35d5c62dc9 Lets Makefile generate Paths_gf kr.angelov 2008-05-23 14:16:42 +00:00
  • 09ac56f6f1 package posix is actualy unix :-) kr.angelov 2008-05-23 14:15:53 +00:00
  • 745fbeb3bc readline configuration for Cabal kr.angelov 2008-05-23 13:29:33 +00:00
  • 7f244c9a73 Remove GF.Today and use the autogenerated Paths_gf from Cabal kr.angelov 2008-05-23 13:19:24 +00:00
  • 25d3602a15 add Cabal description for GF kr.angelov 2008-05-23 13:12:11 +00:00
  • 7f1cde91df remove the deprecated RP constructor in GFCC kr.angelov 2008-05-23 09:54:02 +00:00
  • 1408674411 Get rid of the 'f' type parameter to the module types. bjorn 2008-05-23 08:47:07 +00:00
  • 67b5eecba7 Set version number in configure.ac to "3.0-alpha". You need to rerun autoconf and configure to have this take effect. bjorn 2008-05-23 06:53:29 +00:00
  • 2c19600a17 Added GF.System.Readline and related modules back into src-3.0. bjorn 2008-05-23 06:31:52 +00:00
  • 141b7b0792 remove some more empty directories kr.angelov 2008-05-22 15:50:07 +00:00
  • c142b4a143 move GFCCtoHaskell and GFCCtoJS to GF.GFCC.* kr.angelov 2008-05-22 15:47:15 +00:00
  • 01e9027bb5 move GF.Devel.TC and GF.Devel.TypeCheck to GF.Compile.* kr.angelov 2008-05-22 15:43:25 +00:00
  • c0f7b0695e move GF.Devel.PrintGFCC to GF.GFCC.PrintGFCC kr.angelov 2008-05-22 15:41:17 +00:00
  • 60a3390173 GF.Devel.ModDeps is removed. The only used function is moved to GrammarToGFCC kr.angelov 2008-05-22 15:32:31 +00:00
  • bbec9e5577 remove GF.Devel.PrGrammar and use GF.Grammar.PrGrammar instead kr.angelov 2008-05-22 15:23:56 +00:00
  • 26e01f27be move GF.Devel.OptimizeGF to GF.Compile.OptimizeGF kr.angelov 2008-05-22 15:04:25 +00:00
  • 01ad6bd642 move GF.Devel.UseIO to GF.Infra.UseIO kr.angelov 2008-05-22 14:58:44 +00:00
  • 27d501b1cb move GF.Devel.ReadFiles to GF.Compile.ReadFiles kr.angelov 2008-05-22 14:51:08 +00:00
  • 435e215f22 move GF.Devel.GrammarToGFCC to GF.Compile.GrammarToGFCC kr.angelov 2008-05-22 14:46:18 +00:00
  • e267c7a8b9 move GFC and GFI kr.angelov 2008-05-22 14:39:16 +00:00
  • 2cd5f71178 move GF.Devel.GF to GF kr.angelov 2008-05-22 14:32:49 +00:00
  • d696512b15 move GF.Devel.Compute to GF.Compile.Compute kr.angelov 2008-05-22 14:31:36 +00:00
  • 01d61d9347 move GF.Devel.CheckGrammar to GF.Compile.CheckGrammar kr.angelov 2008-05-22 13:15:45 +00:00
  • 26fd8848c6 move GF.Devel.Optimize to GF.Compile.Optimize kr.angelov 2008-05-22 13:09:08 +00:00
  • 3a8fd6802a move GF.Devel.GetGrammar to GF.Compile.GetGrammar kr.angelov 2008-05-22 13:05:12 +00:00
  • 0df428f676 move GF.Devel.Compile and GF.Compile.API to GF.Compile kr.angelov 2008-05-22 12:57:33 +00:00
  • 3df4c21879 get rid of GF.System.Arch only one function from it was actually used kr.angelov 2008-05-22 12:39:13 +00:00
  • fc42d8ec3b remove all files that aren't used in GF-3.0 kr.angelov 2008-05-22 11:59:31 +00:00
  • d78e8d5469 Makefile harmonization aarne 2008-05-22 08:58:36 +00:00
  • d705e731b8 restored readline aarne 2008-05-22 07:38:41 +00:00
  • bc2e5bfc4c further optimization by unpacking the ByteString in Ident kr.angelov 2008-05-21 19:51:52 +00:00
  • 8a595fc51f fix typo kr.angelov 2008-05-21 19:51:24 +00:00
  • 10da6804ed remove the -prof flag from Makefile kr.angelov 2008-05-21 19:49:49 +00:00
  • 8f60a0f50c add GF.Source.SharedString kr.angelov 2008-05-21 13:35:26 +00:00
  • 0017a06162 add the missing GF.Grammar.Predef module kr.angelov 2008-05-21 13:30:44 +00:00
  • 314f5cc5e7 use ByteString internally in Ident, CId and Label kr.angelov 2008-05-21 13:10:54 +00:00
  • e8bbd458cb added Readline to GF3 shell (in the same way as GF2, using GFCFLAGS in Makefile) aarne 2008-05-21 09:46:30 +00:00
  • 2bab9286f1 GF/src is now for 2.9, and the new sources are in src-3.0 - keep it this way until the release of GF 3 aarne 2008-05-21 09:26:44 +00:00
  • b24ca795ca some deep java editor sources added aarne 2008-05-20 11:49:50 +00:00
  • fda0fe408f moved all old source code to src-2.9 ; src will be for GF 3 development aarne 2008-05-20 11:47:44 +00:00
  • 74f048dcf4 Fix link to code.haskell.org account request page. bjorn 2008-05-13 18:26:46 +00:00
  • 747965ec22 Fix link to code.haskell.org account request page. bjorn 2008-05-13 18:26:46 +00:00
  • e9eeb9cfa4 Added short forms of adjectives to resource/russian. There is still no way to get at them through the resource API. bjorn 2008-05-09 19:16:56 +00:00
  • f17addbcd3 grammars/health/HealthRus.gf: comment out the linearizations of functions that are commented out in Health.gf. HealthRus now compiles (against resource-0.6). bjorn 2008-05-09 12:40:16 +00:00
  • bfa013009c grammars/health/HealthRus.gf: comment out the linearizations of functions that are commented out in Health.gf. HealthRus now compiles (against resource-0.6). bjorn 2008-05-09 12:40:16 +00:00
  • 047a4f66b8 UTF8 version of Hindi aarne 2008-05-08 21:05:18 +00:00
  • b5c11a8cfa some test verbs in Hindi aarne 2008-05-07 10:31:48 +00:00
  • 1c00d693ad ergatives with postpos complements in Hindi aarne 2008-05-07 08:57:07 +00:00
  • c4a3cd633e q aarne 2008-05-06 16:47:44 +00:00
  • c78791b62e ergative predication started aarne 2008-05-06 15:52:12 +00:00
  • aefb6fcc23 temporary transcription; first clauses generated in Hindi aarne 2008-05-06 15:15:16 +00:00
  • 830358e5ca Added testexamples output files to darcs. This way, all you have to do to check for changes is to run testexamples, and then do "darcs what ." bjorn 2008-05-06 15:31:16 +00:00
  • d96d0f0a6e Added lib/resource/Examples/testexamples, a script which linearizes all the examples with all resource grammars, and saves the output to files. bjorn 2008-05-06 15:29:32 +00:00
  • d74b784780 Hindi VP aarne 2008-05-05 21:47:42 +00:00
  • acebf7c912 new refs in bib ; some Hindi parameter experiments aarne 2008-05-05 16:45:28 +00:00
  • 42c4b9712d new refs in bib ; some Hindi parameter experiments aarne 2008-05-05 16:45:28 +00:00
  • 57c84e2cd6 templates for Hindi modules aarne 2008-05-01 21:12:53 +00:00
  • d086386bcc german 1.4 compiles but is incomplete aarne 2008-04-30 13:37:43 +00:00
  • 314f147bff JS.cf : Changed the JS grammar to support strings as property names in objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes. meza 2008-04-29 13:05:24 +00:00
  • 9f1e3e7b89 JS.cf : Changed the JS grammar to support strings as property names in objects. Changed pretty much all the files in the same folder as well as GFCCToJS.hs and SISR.hs to reflect the changes. meza 2008-04-29 13:05:24 +00:00
  • ba6a2b5d6e print the "linking..." message when building the GFCC code krasimir 2008-04-29 09:44:43 +00:00
  • 50a1381a27 print the "linking..." message when building the GFCC code krasimir 2008-04-29 09:44:43 +00:00
  • 6550daf31c let the putPointE print the time in msec krasimir 2008-04-29 09:43:35 +00:00
  • dd713cf28f let the putPointE print the time in msec krasimir 2008-04-29 09:43:35 +00:00
  • 4e4734f5a3 remove the obsolete putCPU, putPoint and putPoint' functions krasimir 2008-04-29 09:22:57 +00:00
  • 46ef4edf59 remove the obsolete putCPU, putPoint and putPoint' functions krasimir 2008-04-29 09:22:57 +00:00
  • e62c5b71c2 add ModEnv to CompileEnv. This removes the need to read one and the same time twice when multiple grammars are loaded. krasimir 2008-04-29 09:03:43 +00:00
  • b2701fe4e0 add ModEnv to CompileEnv. This removes the need to read one and the same time twice when multiple grammars are loaded. krasimir 2008-04-29 09:03:43 +00:00
  • 6c13446edd established resource-1.4 and moved contents of resource/exper there aarne 2008-04-28 07:18:02 +00:00
  • 95c8a5d4f1 resource test as script aarne 2008-04-27 19:37:36 +00:00