| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-03-19 | haskell-bind: add bindings to graphviz rendering functions for ↵ | hallgren | |
| abstract&parse trees | |||
| 2015-03-19 | fix the compilation of gu/mem.c on Windows. For now memory mapped pools on ↵ | krasimir | |
| Windows are just not supported. | |||
| 2015-03-06 | remove the meta_item variable from the parse state | krasimir | |
| 2015-02-26 | fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parser | krasimir | |
| 2015-02-26 | use the same trick for comparison of doubles in cmp_expr_state | krasimir | |
| 2015-02-26 | bugfix in the parser which caused some items to be poped in the wrong order ↵ | krasimir | |
| if their probability differ with less that 0.5 | |||
| 2015-02-24 | remove three more uses of meta productions that were left in debugging mode | krasimir | |
| 2015-02-24 | implemented escape characters when reading/printing an abstract expression ↵ | krasimir | |
| with string literals | |||
| 2015-02-19 | silence some warnings in GNU Lightning for i386_64 | krasimir | |
| 2015-02-19 | parsing with meta rules is now removed since we don't use them anymore and I ↵ | krasimir | |
| would gladly remove some code. | |||
| 2015-02-18 | fix the missmatch between Int and CInt in the Haskell binding to the word ↵ | krasimir | |
| alignment API. This was causing problems on 64-bit machines | |||
| 2015-02-18 | fix the callback for unknown words as well | krasimir | |
| 2015-02-18 | fix in the callback for names in the Haskell binding | krasimir | |
| 2015-02-18 | fix in the parser for callbacks in the middle of a word | krasimir | |
| 2015-02-16 | Restore compatibility with ghc-7.4 | hallgren | |
| With ghc-7.4 'import M hiding (x)' causes an error if M does not export x... | |||
| 2015-02-16 | Changes for compatibility with ghc-7.10-rc2 | hallgren | |
| 2 modules: Name clashes caused by Applicative-Monad change in Prelude 2 modules: Ambiguities caused by Foldable/Traversable in Prelude 2 modules: Backwards incompatible changes in time-1.5 for defaultTimeLocale 9 modules: {-# LANGUAGE FlexibleContexts #-} (because GHC checks inferred types now, in addition to explicitly given type signatures) Also silenced warnings about tab characters in source files. | |||
| 2015-02-12 | PGF.Haskell: adding operators for selections from tables | hallgren | |
| 2015-02-11 | fix in the JIT compiler that would hopefully make it work on iOS | kr.angelov | |
| 2015-02-09 | Translating linearization functions to Haskell: support for variants | hallgren | |
| By adding the flag -haskell=variants to the command line, GF will now generate linearization functions in Haskell that support variants. Variants are represented as lists in Haskell. Variants inside pre { ... } expressions are still ignored. TODO: apply some monad laws to generate more compact code (using an intermediate representation of the generated Haskell code, instead of pretty printing directly from the GF code). | |||
| 2015-01-30 | added hasLinearization in the Haskell binding | kr.angelov | |
| 2015-01-21 | PGF2: fixes for named entity callback function | hallgren | |
| 2015-01-21 | PGF2 & PGFService: enable callbacks for named entities and chunks in the ↵ | hallgren | |
| c-parse & c-translate web requests | |||
| 2015-01-21 | fix conflicts | kr.angelov | |
| 2015-01-20 | added functionType in the Haskell API to the C runtime | kr.angelov | |
| 2015-01-20 | PGF2 & PGFService: work in progress on callbacks for nerc & chunks | hallgren | |
| 2015-01-20 | PGF2: introduced some type synonyms to make type signature more readable | hallgren | |
| 2015-01-19 | Translating linearization functions to Haskell: move a common record type to ↵ | hallgren | |
| PGF.Haskell Move the Haskell representation of the common linearization type {s:T} to the shared module PGF.Haskell, so that the same overloaded projection function proj_s can be used for all concrete syntaxes. | |||
| 2015-01-14 | Translating linearization functions to Haskell: better treatment of special ↵ | hallgren | |
| tokens Common code has been lifted out from the generated Haskell modules to an auxiliary module PGF.Haskell, which is currently included in the regular PGF library, although it is independent of it and probably belongs in a separate library. The type Str used by linearization functions is now based on a token type Tok, which is defined in PGF.Haskell. PGF.Haskell.Tok is similar to the type GF.Data.Str.Tok, but it has constructors for the special tokens BIND, SOFT_BIND and CAPIT, and there is a function fromStr :: Str -> String that computes the effects of these special tokens. | |||
| 2015-01-05 | fix the reference counting for callbacks in Python | kr.angelov | |
| 2014-12-29 | API for word alignment in the C runtime and in the Haskell binding | kr.angelov | |
| 2014-12-24 | more compact implementation for GuStringBuf | kr.angelov | |
| 2014-12-19 | bugfix and tiny optimization for callbacks from Haskell | kr.angelov | |
| 2014-12-19 | haddock comments for parseWithHeuristics | kr.angelov | |
| 2014-12-19 | added mkStr to the Haskell binding | kr.angelov | |
| 2014-12-19 | added mkApp to the Haskell binding | kr.angelov | |
| 2014-12-16 | fix in the Haskell binding | kr.angelov | |
| 2014-12-16 | forgot to export parseWithHeuristics from Haskell | kr.angelov | |
| 2014-12-16 | change in the API for literals | kr.angelov | |
| The API in the C runtime as well as in the Haskell, Python and Java binding is changed. Now instead of adding the literal callbacks to the concrete syntax you need to supply them every time when you need to parse. The main reason is: - referentially transparent API for Haskell - when we start using memory mapped files we will not be allowed to change anything in the grammar data structures. At that point the old API would be impossible to use. | |||
| 2014-12-11 | update the nerc for the changes in the grammar | kr.angelov | |
| 2014-12-09 | make sure that neither I nor I'm is recognized as name in English | kr.angelov | |
| 2014-12-08 | bugfix for unknown words | kr.angelov | |
| 2014-12-08 | fix for the unknown words | kr.angelov | |
| 2014-12-08 | added a callback for unknown words | kr.angelov | |
| 2014-12-01 | fix the last patch | kr.angelov | |
| 2014-12-01 | a small optimization in the PGF parser which gives me ~5% speed up | kr.angelov | |
| 2014-12-01 | fix in GNU lightning to enable the compilation of two of the the floating ↵ | kr.angelov | |
| point operations. | |||
| 2014-12-01 | fix in linearizer.h to make jpgf compilable | kr.angelov | |
| 2014-11-27 | fix in linearizer.h which resolves a warning | kr.angelov | |
| 2014-11-27 | remove pgf/parser.h | kr.angelov | |
| 2014-11-26 | fix the handling of the heuristic factor. it was broken when I added the ↵ | kr.angelov | |
| BIND token which means that the App grammar was running about 2-3 times slower. | |||
