krasimir
|
527efbef9d
|
reorganize the modules in GF.Compile.*
|
2010-07-01 14:19:32 +00:00 |
|
krasimir
|
e92151caf8
|
redesign the open-literals API
|
2010-07-01 08:51:59 +00:00 |
|
krasimir
|
3a5f193fd7
|
compilation of pattern matching using the algorithm of Lennart Augustsson. Not used yet
|
2010-06-30 16:00:47 +00:00 |
|
krasimir
|
97a9ddb4a7
|
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int|Float)
|
2010-06-30 07:40:22 +00:00 |
|
krasimir
|
ccf4c037a6
|
fix the compilation of literal categories in GeneratePMCFG.hs
|
2010-06-22 11:29:20 +00:00 |
|
krasimir
|
8433afdac9
|
addFCoercion -> addCoercion in GeneratePMCFG
|
2010-06-20 08:53:25 +00:00 |
|
krasimir
|
f3f1320416
|
getFCats -> getFIds in GeneratePMCFG
|
2010-06-20 08:45:31 +00:00 |
|
krasimir
|
fe6e90e6ce
|
removed debugging code in GeneratePMCFG.hs
|
2010-06-20 08:30:00 +00:00 |
|
krasimir
|
2069d9c9eb
|
Yay!! Direct generation of PMCFG from GF grammar
|
2010-06-18 12:55:58 +00:00 |
|
krasimir
|
d7d893d6b3
|
the automatically generated printnames were just junks. Now we store printnames only if they are explicitly specified.
|
2010-06-18 10:19:05 +00:00 |
|
krasimir
|
b9b19b6334
|
rename GF.Grammar.Predef.isPredefCat to isLiteralCat
|
2010-06-17 15:08:12 +00:00 |
|
krasimir
|
d777e8e52f
|
dead code elimination for PGF. Note: the produced grammars will not work well with metavariables and high-order abstract syntax
|
2010-06-09 11:32:59 +00:00 |
|
krasimir
|
487af94835
|
fixed bug in the recompilation checker which caused the phrasebook to be recompiled each time
|
2010-06-08 18:57:50 +00:00 |
|
krasimir
|
46d0b2ed7e
|
bugfix for flag -no-recomp
|
2010-06-08 15:40:47 +00:00 |
|
krasimir
|
4f1f8b6308
|
refactoring in GF.Grammar.Grammar
|
2010-05-28 14:15:15 +00:00 |
|
krasimir
|
5e2feb4b60
|
since now we don't do common subexpression elimination for PGF we could simplify the PMCFG generation
|
2010-05-26 09:37:32 +00:00 |
|
aarne
|
beb813b1a6
|
spacing of German numerals
|
2010-05-08 13:54:38 +00:00 |
|
krasimir
|
8742ebee38
|
for backward compatibility we have the old parse function again. the old functionality is exposed by parse_
|
2010-04-30 20:18:26 +00:00 |
|
krasimir
|
83528f15d7
|
first incarnation of the bracketed string API
|
2010-04-30 14:36:06 +00:00 |
|
krasimir
|
0b6b30d4a8
|
use the native unicode support from GHC 6.12
|
2010-04-19 09:38:36 +00:00 |
|
aarne
|
5d75073313
|
fixed a deep bug in TypeCheck due to swap of arguments; print empty record as <> instead of {} to distinguish from empty record type
|
2010-03-31 22:05:12 +00:00 |
|
krasimir
|
ab3127b5dd
|
bugfix in the lProlog generator
|
2010-03-24 20:54:20 +00:00 |
|
krasimir
|
17897bc286
|
partial support for def-rules in the Lambda Prolog generation
|
2010-03-24 16:12:58 +00:00 |
|
krasimir
|
ce99935812
|
now for every category we store, in PGF, the list of functions for it in source-code order. The order matters for the termination of the exhaustive generation with dependent types.
|
2010-03-24 11:11:55 +00:00 |
|
krasimir
|
297d40455e
|
typo in CheckGrammar
|
2010-03-23 15:35:32 +00:00 |
|
krasimir
|
858f6a1d4e
|
use the new more accurate location information for some error messages
|
2010-03-23 15:24:48 +00:00 |
|
krasimir
|
d3a84f994b
|
store and propagate the exact source location for all judgements in the grammar. It may not be used accurately in the error messages yet
|
2010-03-22 21:15:29 +00:00 |
|
krasimir
|
74448670f5
|
produce optimized Lambda Prolog code
|
2010-03-22 08:56:42 +00:00 |
|
krasimir
|
57b8e42601
|
added experimental generation of Lambda Prolog code. Could be used for exhaustive generation with dependent types. Doesn't support def rules yet but supports high-order syntax and lambda expressions.
|
2010-03-20 07:26:53 +00:00 |
|
krasimir
|
a74a81b8a1
|
pattern @ should be propagated to PGF
|
2010-03-18 20:21:57 +00:00 |
|
krasimir
|
0c2944fa7f
|
syntax for inaccessible patterns in GF
|
2010-03-18 19:34:30 +00:00 |
|
krasimir
|
3aa7aa84bb
|
fix the Haskell code generation
|
2010-02-17 13:09:23 +00:00 |
|
krasimir
|
899ed163a1
|
no need to keep the list of constructors per category in .gfo
|
2010-02-16 09:34:02 +00:00 |
|
krasimir
|
625c8e0e03
|
in verbose mode print the rule names when compiling PMCFG
|
2010-02-06 18:24:15 +00:00 |
|
krasimir
|
c2259adf5d
|
bugfix in GrammarToPGF related to the compilation of def rules
|
2010-02-05 22:16:44 +00:00 |
|
krasimir
|
4485e97181
|
refactor GF.Infra.Modules for better error messages
|
2010-01-31 15:54:25 +00:00 |
|
krasimir
|
9e547710f5
|
bugfix in the PGF typechecker and more test cases
|
2010-01-29 21:10:14 +00:00 |
|
aarne
|
53a081bf0b
|
example_based returns the list of all unknown words
|
2010-01-28 16:27:28 +00:00 |
|
aarne
|
8f0df0442a
|
in example-based grammar conversion, warnings about unknown words
|
2010-01-28 10:06:16 +00:00 |
|
aarne
|
47c7b09884
|
command eb for example-based grammar conversion; see 'help eb' and the example in examples/animals/QuestionsI.gfe
|
2010-01-27 17:51:15 +00:00 |
|
krasimir
|
3685595ece
|
cleanup the code of the PGF interpreter and polish the binary serialization to match the preliminary specification
|
2010-01-27 09:39:14 +00:00 |
|
krasimir
|
38b02bb64d
|
fix the PGF generation when it is used from the shell
|
2010-01-26 14:15:37 +00:00 |
|
krasimir
|
a039808141
|
PGF is now real synchronous PMCFG
|
2010-01-17 21:35:36 +00:00 |
|
krasimir
|
362f333ebd
|
now the linearization is completely based on PMCFG
|
2010-01-17 17:05:21 +00:00 |
|
krasimir
|
61867b2b72
|
prettier parameter names in PGF
|
2010-01-17 00:41:46 +00:00 |
|
krasimir
|
190cd6930b
|
small code cleanup in GeneratePMCFG.hs
|
2010-01-16 22:10:45 +00:00 |
|
krasimir
|
e5efe28c74
|
move the definitions of _B and _V to PGF.Macros
|
2010-01-12 14:36:41 +00:00 |
|
krasimir
|
11218cdbca
|
store the label names in PMCFG
|
2010-01-05 08:35:33 +00:00 |
|
krasimir
|
f841b1ada5
|
printnames are now kept as String instead of Term in PGF
|
2010-01-05 07:05:41 +00:00 |
|
aarne
|
24f6f9181a
|
one step deeper into records in PGF generation
|
2009-12-16 16:25:52 +00:00 |
|