Commit Graph

884 Commits

Author SHA1 Message Date
aarne
bee08345cb brute force parsing method in RunGFCC 2006-09-20 15:19:44 +00:00
aarne
d15dc3908c the other direction of FCFG translation 2006-09-19 20:12:28 +00:00
aarne
40b7bca8a3 monitor timeout in gfcc generation 2006-09-19 15:45:47 +00:00
aarne
54f8de43eb FCFG format in BNFC 2006-09-19 12:59:33 +00:00
aarne
bd6178c358 predef types in gfcc 2006-09-17 14:57:46 +00:00
aarne
98143802ab random generation in GFCC 2006-09-17 13:50:41 +00:00
aarne
d4e1e2d192 bug fixes in multigrammar handling and GFCC generation 2006-09-16 18:42:46 +00:00
aarne
55c7be9a8e debugging CanonToGFCC 2006-09-15 19:29:45 +00:00
aarne
d6a13c2f33 fixed some bugs in GFCC compilation; use optimize=values to import GF! 2006-09-15 09:37:18 +00:00
aarne
ca01a1505b generation in GFCC 2006-09-14 14:27:25 +00:00
bringert
bb9ec5c21a Removed extra comma in import list of src/GF/Speech/Relation.hs. This prevented compilation on current ghc HEAD. 2006-09-13 16:46:07 +00:00
aarne
0dec627fb9 lambda in GFCC 2006-09-13 16:49:23 +00:00
aarne
0517ca7807 RunGHCC for testing 2006-09-07 14:21:08 +00:00
aarne
8b32514b40 simplified recursive search of labels 2006-09-07 09:55:49 +00:00
aarne
d8bf6f1c9c finding labels behind selections in GFCC 2006-09-06 20:09:37 +00:00
aarne
56d9ce33da overcoming problems in GFCC generation one by one 2006-09-06 12:59:09 +00:00
aarne
6eb60218ff arranging c2c 2006-09-05 20:18:35 +00:00
aarne
e1d4def1b1 started translating parameters to numbers in GFCC 2006-09-05 17:11:40 +00:00
aarne
8ece9156a2 eliminated one-element suffix lists in GFCC 2006-09-05 15:15:02 +00:00
aarne
62ca59fea3 started analysing labels for GFCC 2006-09-05 13:10:55 +00:00
aarne
565435e520 starting GFCC format 2006-09-05 12:14:13 +00:00
aarne
fda42f61c4 the Error type; better lexer error reporting 2006-09-01 15:11:22 +00:00
aarne
66d3c75031 the EOF error changed to more informative lexer error msg 2006-08-28 19:36:41 +00:00
aarne
4fd4f42a75 some more options to gt 2006-08-16 08:48:26 +00:00
aarne
967de6946d help for gt 2006-08-15 20:28:37 +00:00
aarne
2e9eea7d00 Improved generation algorithm (old with -old, all with -all (-lin)) 2006-08-15 19:59:10 +00:00
aarne
538ea8889e started looking at gt -all, not ready 2006-06-28 12:31:16 +00:00
aarne
c33544a9cb Updated version numbers. 2006-06-22 22:36:13 +00:00
aarne
47a3d736a6 utf8 workaround; some restricted inheritances 2006-06-22 09:41:26 +00:00
kr.angelov
8c5d8e27dc Optimized mkSingletonSelectors 2006-06-21 19:37:18 +00:00
kr.angelov
fb8ea2c2f4 tail call recursive implementation of BacktrackM 2006-06-21 19:17:25 +00:00
kr.angelov
fb3cb664d6 the newName variable wasn't used and now it is removed 2006-06-21 13:45:45 +00:00
kr.angelov
abe5b1f50f Some performance optimizations 2006-06-21 13:40:59 +00:00
aarne
c8f319d247 nocf default, docf explicit or by HOAS 2006-06-21 07:55:35 +00:00
aarne
3fa9d5060f romance ImpPlP1 corrected 2006-06-21 07:51:44 +00:00
aarne
a6cc18c8bd resource.txt updates ; lock field and lookup book fixes 2006-06-20 15:05:22 +00:00
aarne
0333ba894b made -fcfg default parser; added lexer textvars 2006-06-20 08:38:44 +00:00
kr.angelov
79b4de6b86 Sync FCFG with the latest repo version 2006-06-19 20:17:05 +00:00
kr.angelov
5999274d1e code polishing for the literal category support 2006-06-08 21:23:29 +00:00
kr.angelov
475a56c64f add the chartAssocs function. It returns both the key and the item. 2006-06-08 21:19:40 +00:00
kr.angelov
11e23c4811 initial support for literal categories e.g. String,Int and Float 2006-06-06 21:30:14 +00:00
kr.angelov
03bd95d0e1 support for non-linear grammars 2006-06-03 17:58:34 +00:00
aarne
e4a9b92b85 restored lock fields with a clearer warning 2006-06-18 19:23:00 +00:00
aarne
b7483420eb doc update, preparing 2.6 2006-06-17 09:53:42 +00:00
aarne
3d243e2596 adjustments in Paradigms ; lang-specific modules for all except Rus, Ara 2006-06-15 16:24:09 +00:00
bringert
6bd400091c Block SIGINT while running gfInteract, as suggested by Peter. 2006-06-15 01:41:18 +00:00
aarne
ea9dcc6b3c bug fix in MkConcrete 2006-06-08 09:54:41 +00:00
peb
d4a7555d3e added the file GF.Conversion.MCFGtoFCFG 2006-06-07 20:25:39 +00:00
aarne
3e7696ecc4 Lang modules in terms of Grammar 2006-06-07 18:37:11 +00:00
peb
6c5d4da9d0 corrected bottomup MCFG parsing, added GF.Parsing.MCFG.FastActive 2006-06-07 16:18:28 +00:00