index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
compiler
/
GF
/
Compile
Age
Commit message (
Expand
)
Author
2010-07-07
report type errors in the shell from command "p"
krasimir
2010-07-01
the abstract syntax for Predef.gf is now hard-coded in AppPredefined.hs
krasimir
2010-07-01
reorganize the modules in GF.Compile.*
krasimir
2010-07-01
redesign the open-literals API
krasimir
2010-06-30
compilation of pattern matching using the algorithm of Lennart Augustsson. No...
krasimir
2010-06-30
rename isLiteralFCat -> isPredefFId, fcat(String|Int|Float) -> fid(String|Int...
krasimir
2010-06-22
fix the compilation of literal categories in GeneratePMCFG.hs
krasimir
2010-06-20
addFCoercion -> addCoercion in GeneratePMCFG
krasimir
2010-06-20
getFCats -> getFIds in GeneratePMCFG
krasimir
2010-06-20
removed debugging code in GeneratePMCFG.hs
krasimir
2010-06-18
Yay!! Direct generation of PMCFG from GF grammar
krasimir
2010-06-18
the automatically generated printnames were just junks. Now we store printnam...
krasimir
2010-06-17
rename GF.Grammar.Predef.isPredefCat to isLiteralCat
krasimir
2010-06-09
dead code elimination for PGF. Note: the produced grammars will not work well...
krasimir
2010-06-08
fixed bug in the recompilation checker which caused the phrasebook to be reco...
krasimir
2010-06-08
bugfix for flag -no-recomp
krasimir
2010-05-28
refactoring in GF.Grammar.Grammar
krasimir
2010-05-26
since now we don't do common subexpression elimination for PGF we could simpl...
krasimir
2010-05-08
spacing of German numerals
aarne
2010-04-30
for backward compatibility we have the old parse function again. the old func...
krasimir
2010-04-30
first incarnation of the bracketed string API
krasimir
2010-04-19
use the native unicode support from GHC 6.12
krasimir
2010-03-31
fixed a deep bug in TypeCheck due to swap of arguments; print empty record as...
aarne
2010-03-24
bugfix in the lProlog generator
krasimir
2010-03-24
partial support for def-rules in the Lambda Prolog generation
krasimir
2010-03-24
now for every category we store, in PGF, the list of functions for it in sour...
krasimir
2010-03-23
typo in CheckGrammar
krasimir
2010-03-23
use the new more accurate location information for some error messages
krasimir
2010-03-22
store and propagate the exact source location for all judgements in the gramm...
krasimir
2010-03-22
produce optimized Lambda Prolog code
krasimir
2010-03-20
added experimental generation of Lambda Prolog code. Could be used for exhaus...
krasimir
2010-03-18
pattern @ should be propagated to PGF
krasimir
2010-03-18
syntax for inaccessible patterns in GF
krasimir
2010-02-17
fix the Haskell code generation
krasimir
2010-02-16
no need to keep the list of constructors per category in .gfo
krasimir
2010-02-06
in verbose mode print the rule names when compiling PMCFG
krasimir
2010-02-05
bugfix in GrammarToPGF related to the compilation of def rules
krasimir
2010-01-31
refactor GF.Infra.Modules for better error messages
krasimir
2010-01-29
bugfix in the PGF typechecker and more test cases
krasimir
2010-01-28
example_based returns the list of all unknown words
aarne
2010-01-28
in example-based grammar conversion, warnings about unknown words
aarne
2010-01-27
command eb for example-based grammar conversion; see 'help eb' and the exampl...
aarne
2010-01-27
cleanup the code of the PGF interpreter and polish the binary serialization t...
krasimir
2010-01-26
fix the PGF generation when it is used from the shell
krasimir
2010-01-17
PGF is now real synchronous PMCFG
krasimir
2010-01-17
now the linearization is completely based on PMCFG
krasimir
2010-01-17
prettier parameter names in PGF
krasimir
2010-01-16
small code cleanup in GeneratePMCFG.hs
krasimir
2010-01-12
move the definitions of _B and _V to PGF.Macros
krasimir
2010-01-05
store the label names in PMCFG
krasimir
[next]