| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-05 | Eliminate mutual dependencies between the GF compiler and the PGF library | hallgren | |
| + References to modules under src/compiler have been eliminated from the PGF library (under src/runtime/haskell). Only two functions had to be moved (from GF.Data.Utilities to PGF.Utilities) to make this possible, other apparent dependencies turned out to be vacuous. + In gf.cabal, the GF executable no longer directly depends on the PGF library source directory, but only on the exposed library modules. This means that there is less duplication in gf.cabal and that the 30 modules in the PGF library will no longer be compiled twice while building GF. To make this possible, additional PGF library modules have been exposed, even though they should probably be considered for internal use only. They could be collected in a PGF.Internal module, or marked as "unstable", to make this explicit. + Also, by using the -fwarn-unused-imports flag, ~220 redundant imports were found and removed, reducing the total number of imports by ~15%. | |||
| 2010-11-17 | fixed some bugs in translation quiz | aarne | |
| 2010-10-02 | refactor the API for random generation again. Now PGF contains probabilities ↵ | krasimir | |
| in the abstract syntax | |||
| 2010-09-22 | the first revision of exhaustive and random generation with dependent types. ↵ | krasimir | |
| Still not quite stable. | |||
| 2010-04-30 | for backward compatibility we have the old parse function again. the old ↵ | krasimir | |
| functionality is exposed by parse_ | |||
| 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-02-01 | commands mq and tq can take a tree with metas to guide generation | aarne | |
| 2010-01-31 | command l -list ; fixed mq to work with the new tabularLinearizes | aarne | |
| 2010-01-17 | now the linearization is completely based on PMCFG | krasimir | |
| 2009-12-13 | reorganize the directories under src, and rescue the JavaScript interpreter ↵ | krasimir | |
| from deprecated | |||
